Advertise here with BSA

Cryptico.js is an easy-to-use JavaScript library for encrypting text on the client-side. It has support for RSA + AES methods and the text can be encrypted with any given bit length (228, 1024, etc.). The content is encrypted with a public key and it can only be decrypted with that key (which makes sense if [...]