Releases: mysto/python-fpe
Releases · mysto/python-fpe
v1.0.2
What's Changed
- Use module level logger by @jrobichaud in #34
- Update setup.cfg and build-py.yml with Python 3.12 and new ruff syntax @bschoening
- Remove .travis.yml Python version by @bschoening in #30
New Contributors
- @jrobichaud made their first contribution in #34
Full Changelog: v1.0.1...v1.0.2
Added console scripts for CLI usage
This is a minor update of the Mysto FF3 format-preserving encryption library. This release has made no changes to encryption or decryption but offers some additional features for ease of use.
What's Changed
- Added ff3_encrypt and ff3_decrypt scripts for command line usage
- Converted build to use setup.cfg and removed requirements.txt
- Improved README.md
Full Changelog: v1.0.0...v1.0.1
Initial release with FF3 and FF3-1
This is the initial production stable release of the Mysto FF3 format-preserving encryption library. This release includes NIST and ACVP test vector for both FF3 with 64-bit tweaks and FF3-1 with 56-bit tweaks.
What's Changed
- ACVP FF3-1 test vectors
- Added custom alphabet support with static factory method withCustomAlphabet()
- Updated README.md by @PuspenduBanerjee and @maresb
- Added regular python related gitignores, added setup.py by @PuspenduBanerjee in #8
- Add misc. test by @maresb in #11
- Properly install as a package with dependency (1/3) by @maresb in #14
New Contributors
- Puspendu Banerjee
- Ben Mares @maresb
Full Changelog: v0.9.0...v1.0.0
v0.9.0
updated example