https://github.com/billstclair/elm-crypto-aes
A pure Elm implementation of Rijndael, the Advanced Encryption Standard. Work in progress.
https://github.com/billstclair/elm-crypto-aes
Last synced: about 1 year ago
JSON representation
A pure Elm implementation of Rijndael, the Advanced Encryption Standard. Work in progress.
- Host: GitHub
- URL: https://github.com/billstclair/elm-crypto-aes
- Owner: billstclair
- License: mit
- Created: 2017-12-03T10:26:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T22:17:47.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T23:48:27.004Z (about 1 year ago)
- Language: Elm
- Homepage:
- Size: 72.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://package.elm-lang.org/packages/billstclair/elm-crypto-aes/latest)
[](https://travis-ci.org/billstclair/elm-crypto-aes)
A pure Elm implementation of Rijndael, the Advanced Encryption Standard (AES). An Elm rendering of [cl-cryto](https://github.com/billstclair/cl-crypto)'s [aes16.lisp](https://github.com/billstclair/cl-crypto/blob/master/source/aes16.lisp).
This package does low-level encryption/decryption of 16-byte blocks only. For actual application use, you'll want a higher-level package, using strings as passphrases and block chaining to encrypt longer text, e.g. [`billstclair/elm-crypto-string`](http://package.elm-lang.org/packages/billstclair/elm-crypto-string/latest)
Bill St. Clair
5 December, 2017