Описание тега pidcrypt

NonePidCrypt is a JavaScript cryptographic library implementing RSA, AES, SHA2, etc…

pidCrypt is an open source JavaScript library of cryptographical methods combined in a modular class model. This is meant to facilitate a more efficient use of these methods. pidCrypt supports RSA and AES encryption and decryption, MD5 and SHA Hashes, ASN parsing and Base64/UTF8 en-/decoding. The RSA and AES-CBC en-/decryption are compatibility with OpenSSL. When compressed the whole library has a size of ~73kB.