pikirasa icon indicating copy to clipboard operation
pikirasa copied to clipboard

PKI public/private RSA key encryption using the OpenSSL extension

Results 6 pikirasa issues
Sort by recently updated
recently updated
newest added

Hello I'm trying to encrypt data in a Laravel app and I keep getting this error when trying to create new keys `Error Call to undefined method Pikirasa\RSA::create()` My Controller...

Hi! Why not adding an interface to the RSA class ? I'm thinking about using your solution but I'd like having an interface for DI and SOLID purposes... In fact,...

Hi, I've been working with your library! Great Job, I really like it. I'd like to ask if it is possible to add private encryption and public decryption. For example...

能否实现整个逻辑 https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/OTASecurity/OTASecurity.html

Hi, it would be nice if Pikirasa would have the ability to set the desired padding when decrypting a message. It could look like this ```php public function decrypt($data, $padding...

Maybe 1024 bit can encrypt 117. so how to encrypt larger data A trick not mentioned in manual to know : - openssl_private_encrypt can encrypt a maximum of 117 chars...