KISA Seed 128 encrypt python package
Based on cryptography
# on shell
python3 -m pip install setuptools wheel
python3 setup.py sdist bdist_wheel
# on shell
python3 -m pip install twine
python3 -m twine upload dist/*
# on python
from kisaSeed.kisaSeed import *
key = generate_nonce(16)
seed = KisaSeed(key)
- CBC
- OFB
- CFB
- CFB8
- GCM
- XTS
- CTR
- ECB