Skip to content

42proger/aes.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES Implementation in JavaScript

CodeQL Deploy to GitHub Pages

A simple implementation of the Advanced Encryption Standard (AES) in JavaScript ES6 based on FIPS-197: https://doi.org/10.6028/NIST.FIPS.197-upd1.

The CTR (Counter mode) implementation with 128/192/256-bit keys is available at: https://42proger.github.io/aes.js/

Important: This project is for educational purposes only and is not recommended for production use.

About

🔐 ⌨️ AES (Advanced Encryption Standard) implementation in JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Contributors