encryb / simplecrypto

Simple wrapper around WebCrypto implementations
Apache License 2.0
21 stars 4 forks source link

What the algo form PHP for use this wraper? #2

Open iamsarin opened 7 years ago

iamsarin commented 7 years ago

Thank you for develop encryb/simplecrypto easy to use WebCryptoAPI.

Please tell me the algorithm/function in PHP for encrypt and what is the encrypted in decryptWithPassword: function(password, encrypted, onError, onSuccess)

Thank you very much

pwFoo commented 5 years ago

I found another lib which looks good and is openssl compatible. Should be easy to use with php I think...? But if I try to increase data to encrypt it works fine with simplecrypto and fails with https://github.com/safebash/opencrypto. See issue https://github.com/safebash/opencrypto/issues/5 with example...