Aes-js Alternatives
Similar projects and alternatives to aes-js based on common topics and language
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
pyaes
Pure-Python implementation of AES block-cipher and common modes of operation.
-
crypto
🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2 (by aykxt)
-
CBC-News-Streams.js
A JavaScript library to fetch free live TV stream URLs from CBC.ca / CBC News
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
aes-js reviews and mentions
-
Getting started with React Native authentication
If you wish to encrypt the user's session information, you can use aes-js and store the encryption key in Expo SecureStore. The aes-js library is a reputable JavaScript-only implementation of the AES encryption algorithm in CTR mode. A new 256-bit encryption key is generated using the react-native-get-random-valueslibrary. This key is stored inside Expo's SecureStore, while the value is encrypted and placed inside AsyncStorage.
Stats
ricmoo/aes-js is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of aes-js is JavaScript.