Skip to main content

Simple crypto library

Project description

py-jccrypto

To install

pip install jccrypto

Sample code


from jccrypto import JcCrypto



text = "Pythonの暗号化ライブラリとそれらの概要を表にまとめました。非常にたくさんのライブラリがあることがわかりました。それぞれのライブラリが得手不得手を持っているためユースケースに応じて適切なライブラリを使用する必要があります。"



key = 'abcdefghijklmnop'.encode()



iv = '1234567890123456'.encode()



cr = JcCrypto(key, iv)



encoded = cr.encode(text)



print(encoded)



decoded = cr.decode(encoded)



print(decoded)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

jccrypto-1.0.3-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page