Skip to content
Advertisement

Tag: cryptography

Using Libsodium with PHP on WAMP

I’m having really hard trouble installing libsodium on my local server (WAMP64). I used this guide and many others, but still no luck. I successfully installed PEAR but I can’t use it to install the PHP wrapper of libsodium. Can someone post a little guide step by step to help me? I would appreciate help installing Halite, wich needs libsodium,

RSA Encryption in Java / Decryption in PHP Fails

I have a PHP script that I have been using do decrypt a session key that I encrypted from iOS. The encryption is done on the client using a 1024-bit public key. Decryption on the server side is done with the corresponding private key. Now I’m trying to write an encryption method for Android. Unfortunately, the decryption continues to fail,

looking for c# equivalent of php’s password-verify()

I need to import a bunch of user accounts Moodle into a system written in c#. Moodle uses password_hash() function to create hashes of passwords. I need to be able to verify these passwords in c#. In other words I looking for a c# implementation of PHP’s password verify function ( http://www.php.net/manual/en/function.password-verify.php ). I’ve googled a bit but couldn’t really

Advertisement