Search results

  1. stevish.com/rsa   Cached
    Note: I didn’t really make these classes to be portable, so in the RSA_Handler class, there are a few things that I did my own way (mostly in the generate_keys and ...
  2. www.phpclasses.org/package/4121-PHP-​Encrypt-and-decrypt...   Cached
    Encrypt and decrypt data with RSA public keys. This class is a pure PHP implementation of the RSA public key encryption algorithm. It can generate the public and ...
  3. www.onlinesolutionsdevelopment.com/blog/​web-development/...   Cached
    In this post I will give you a simple example of RSA encryption and decryption using php. I guess that if you searched for this you already know what RSA is.
  4. social.msdn.microsoft.com/Forums/en-US/​silverlightnet/...   Cached
    I would like to use a public-private key type algorithm (like RSA) to encrypt some data in Silverlight and decrypt it in PHP. I want to generate the keys ...
  5. php.net/manual/en/function.openssl-​public-encrypt.php   Cached
    //RSA encryption and 1024 bits length ... A hash is typically 128-256 bits (the PHP sha1() function returns a 160 bit hash). And an AES key is 128 to 256 bits.
  6. pear.php.net/package/Crypt_RSA   Cached
    Provides RSA-like key generation, encryption/decryption, ... php pyrus.phar install pear/Crypt_RSA. 1.0.0 (stable) was released on 2005-05-11
  7. webknox.com/q/rsa-encryption-in-java-​decryption-in-php   Cached
    Depending on the version the following may help. ... I have the most up to date version that includes the fix discussed in the link.
  8. www.sematopia.com/2008/10/rsa-​encrypting-in-javascript...   Cached
    I came across a really cool JavaScript library a while back that allows you to do client-side RSA encryption ... \xampp\php\PEAR\Crypt\RSA.php on line ...
  9. forums.devshed.com/php-development-5/​rsa-encryption-in...   Cached
    RSA encryption in PHP?- PHP Development. Visit Dev Shed to discuss RSA encryption in PHP?
  10. stackoverflow.com/questions/2608541/rsa-​encrypt-in-php...   Cached
    In PHP I am RSA encrypting a message to be decrypted by .NET application... but I keep getting a "Bad Key" exception from .NET.... For RSA encryption, I am using PEAR ...
  11. stackoverflow.com/questions/6529832/rsa-​encryption-in...   Cached
    Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
  12. stackoverflow.com/questions/15639442/​encryption-php...   Cached
    Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
  13. stackoverflow.com/questions/13591781/​php-rsa-encryption   Cached
    So my question is How can I -in PHP- extract the public Key from this X509 PKIX format to use it in the RSA encryption? ... ('Crypt/RSA.php'); $cert = pack ...
  14. stackoverflow.com/questions/16146970/​rsa-encrypt-in...   Cached
    This is a bad idea, for many reasons: JS does not have access to a true source of entropy, and there is no implementation of AES or RSA. So you'll most likely have to ...