decrypt aes-128 content using a key
aes, for browserify
A pure JavaScript implementation of the AES block cipher and all common modes of operation.
AES crypto native module for react-native
Audited & minimal JS implementation of Salsa20, ChaCha and AES
All the cryptographic primitives used in Ethereum.
TypeScript definitions for aes-js
ciphers for the browser
Request Cryptography
(ESM port) Misuse resistant symmetric encryption library providing AES-SIV (RFC 5297), AES-PMAC-SIV, and STREAM constructions
implementation of crypto for the browser
Universal Module for AES Encryption and Decryption in JavaScript
High-performance synchronous AES implementation for JavaScript
Node/Pure JavaScript symmetric ciphers adapter
RSA XML Decrypter
JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.
Isomorphic Cryptography Library for AES, HMAC and SHA2
Standalone cryptographic library. A minimalist port of cryptojs javascript library to node.js, that supports AES symmetric key cryptography. node-cryptojs-aes works great on frontend data masking and unmasking.
JavaScript library of crypto standards.
Misuse resistant symmetric encryption library providing AES-SIV (RFC 5297), AES-PMAC-SIV, and STREAM constructions
A framework agnostic encryption library
Deterministic Random Bit Generators
AES-CMAC implementation in typescript
Node implementation for aes cbc mac
An AES encrypt/decrypt gem built ontop of OpenSSL. Not as quick as FastAES, but it doesn't require building native extensions and supports Base64 encoded input and output.
Simple AES encryption / decryption for Ruby
Encrypt or decrypt using AES Encryption.
Encrypt and decrypt strings with AES-256. Just supply the password.
Minienigma it's a simple to use string encrypting/decrypting machine out of the box. It uses a AES 256 CBC algorithm which makes your data pretty secure this days. In order to use it, make sure to configure it using MiniEnigma.configure(key, iv) where key and iv needs to be a combination of characters. Key must be 32 characters long. Iv must be 16 characters long. Then to encrypt just call MiniEnigma.encrypt('your insecure data here'). To decrypt MiniEnigma.decrypt('your secure data here'). PD: A nice place to get secure key and iv: http://randomkeygen.com
Easily encrypt and decrypt strings using AES. Rijndael is a wrapper around OpenSSL::Cipher to abstract to a minimum of needed methods.
Decrypt Cryptojs AES Ciphers
An AES encrypt/decrypt gem built ontop of OpenSSL. Not as quick as FastAES, but it doesn't require building native extensions and supports Base64 encoded input and output.
Encrypt Decrypt Any file using OpenSSL::AES
A gem to encrypt and decrypt files with aes-256-cbc.
Automatically encrypt and decrypt fields.
Encrypts a string value using the AES 256 CBC algorithm and decrypts it back again.
No description provided.
No description provided.