diff options
| author | Tonus <tonus1@free.fr> | 2025-08-11 10:31:19 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-11 10:51:22 +0700 |
| commit | 6e54eb01717e0f494028df072cf48c0b5093bfd2 (patch) | |
| tree | 5cef087368ca3a240032f44154c9afdeaa19321e /python/python3-pycryptodome/README | |
| parent | 55cc7cca4f41116edf69d4f7333d5316a79d2e66 (diff) | |
python/python3-pycryptodome: Added (self-contained cryptographic library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pycryptodome/README')
| -rw-r--r-- | python/python3-pycryptodome/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/python/python3-pycryptodome/README b/python/python3-pycryptodome/README new file mode 100644 index 0000000000..805ebd951b --- /dev/null +++ b/python/python3-pycryptodome/README @@ -0,0 +1,17 @@ +PyCryptodome is a self-contained Python package of low-level +cryptographic primitives. +It supports Python 2.7, Python 3.7 and newer, and PyPy. + +The installation procedure depends on the package you want the library +to be in. + +PyCryptodome is used here as an almost drop-in replacement for the old +PyCrypto library. +In this case, all modules are installed under the Crypto package. +One must avoid having both PyCrypto and PyCryptodome installed at the +same time, as they will interfere with each other. + +For a library independent of the old PyCrypto, install PyCryptodomex. +In this case, all modules are installed under the Cryptodome package. +PyCrypto and PyCryptodome can coexist. There's another SlackBuild for +it in the repo. |
