0.1.0 • Published 2 years ago

micro-ff1 v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

micro-ff1

Format-preserving encryption algorithm (FPE-FF1) specified in NIST Special Publication 800-38G.

More info: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38G.pdf

Usage

npm install micro-ff1

import { FF1, BinaryFF1 } from 'micro-ff1';

License

MIT License. Copyright (c) 2022 Paul Miller (https://paulmillr.com)