Skip to main content

A user authentication and access management system based entirely on cryptographic primitives.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Krptn

Please see our documentation.

Quick Install:

pip install krptn

Note: we don't have pre-built extensions for all platforms. Please see the installation section in our documentation for more info.

What is this?

Quick notice: this project will be run for the Microsoft Imagine Cup. However, please use the project as you would otherwise. This warning is only for contributors who may not want their code to be used for such purposes.

A user authentication and access management system (IAM) with Zero Knowledge security. It is available as a python extension module.

How we achieve this?

  • All Data is encrypted (any data can be request by the developer to be secured)
  • Only the appropriate users' credentials can unlock the cryptosystem (this protects you from server-side attacks)

This gives you Zero Knowledge security (one of the most secure available) without ever needing to even notice it! It protects you from server side attacks.

Features

  • Secure Storage of Data
  • User Authentication
  • FIPS Validated Cryptography (via OpenSSL 3)*
  • Secure memory wiping
  • FIDO Passwordless*
  • Integration with popular web frameworks

* FIDO (passwordless) does not use FIPS validated resolvers

Example usage of the Crypto Class

from krypton import basic
# Create an instance of Crypto - a class for encrypting and storing sensitive data.
myCrypto = basic.Crypto()
pwd = "Perhaps provided by the user"
# It supports C.R.U.D. operations:
id = myCrypto.secureCreate("Example data", pwd) #id is an integer
print("The data is:")
print(myCrypto.secureRead(id, pwd)) # prints Example data

User Auth

See User Auth.

To use FIDO with User Auth, please see Krptn's FIDO Documentation.

Integration with web frameworks

Crypto Class

Crypto Class

Key Management System

This module uses a custom Key Management System for AES-256 Keys. See KMS for more information.

Note: we have considered using HSM as key management systems. However, we have decided that we will not implement HSMs because it would not be possible to withhold that cryptographic systems are only unlocked with correct credentials: this is because a HSM would happily provide the key to Krypton irrespective of whether the user of the web app has provided credentials.

Of course, all data is securely encrypted even if it is not via a HSM!

If you want, you can encrypt the SQL database using HSM managed keys for additional security.

Use custom databases

Here is an example for how to set the database to be used:

import krypton
krypton.configs.SQLDefaultCryptoDBpath = "sqlite+pysqlite:///Path/example.db"
krypton.configs.SQLDefaultKeyDBpath = "sqlite+pysqlite:///Path/key.db"

To see what these settings strings should contain please see Databases.

Settings

Configurations

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 Distributions

If you're not sure about the file name format, learn more about wheel file names.

krptn-0.1.3-pp39-pypy39_pp73-win_amd64.whl (2.3 MB view details)

Uploaded PyPyWindows x86-64

krptn-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

krptn-0.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

krptn-0.1.3-pp38-pypy38_pp73-win_amd64.whl (2.3 MB view details)

Uploaded PyPyWindows x86-64

krptn-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

krptn-0.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

krptn-0.1.3-cp311-cp311-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

krptn-0.1.3-cp311-cp311-win32.whl (391.8 kB view details)

Uploaded CPython 3.11Windows x86

krptn-0.1.3-cp311-cp311-musllinux_1_1_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

krptn-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

krptn-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

krptn-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

krptn-0.1.3-cp310-cp310-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86-64

krptn-0.1.3-cp310-cp310-win32.whl (391.8 kB view details)

Uploaded CPython 3.10Windows x86

krptn-0.1.3-cp310-cp310-musllinux_1_1_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

krptn-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

krptn-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

krptn-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

krptn-0.1.3-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86-64

krptn-0.1.3-cp39-cp39-win32.whl (391.8 kB view details)

Uploaded CPython 3.9Windows x86

krptn-0.1.3-cp39-cp39-musllinux_1_1_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

krptn-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

krptn-0.1.3-cp39-cp39-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

krptn-0.1.3-cp39-cp39-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

krptn-0.1.3-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8Windows x86-64

krptn-0.1.3-cp38-cp38-win32.whl (391.8 kB view details)

Uploaded CPython 3.8Windows x86

krptn-0.1.3-cp38-cp38-musllinux_1_1_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

krptn-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

krptn-0.1.3-cp38-cp38-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

krptn-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file krptn-0.1.3-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 21608e5bf88a69ac3c345776448dab158fd8d546a1f09f6e8ce3b2cea1bc89e9
MD5 00ef12a5d631fc6baa36b4a124a7d87b
BLAKE2b-256 554a5ff9b4bb3edd81b70f41df5d872a90dbc8bb1607df86257a3fff257b1712

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71434876d36934b4e78c8997ec82a8d70626c39463d9edcb84f5c8618d889ec0
MD5 a59867f510e49e191df1afea7a1d2c1c
BLAKE2b-256 176932f7e8d7b81942c69a766bec0b108645911fb9b0f380f689005ff74f9756

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c87055e82cea45b2410517afe1668cbac410e0cfbc7dbc93c2c48cb575904db0
MD5 fd272574ebebbb848157ae14c791702e
BLAKE2b-256 4ba1d4437f28d44f1f6bad6df8790f5658ed7134517e23d6de206e099ddf3a95

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c4c2ce8728268cc5b65f58943ddb82d8bce041a2c9b4ad4d218afb8693ffd285
MD5 244eb547947598807f91c7309f4c4d50
BLAKE2b-256 558e68ac654e96cc6b98cd5ae74ff3072d82ed8d62f0aa85dda56c1e5e51c80a

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0446f83734ec889ada5a18a5373f96ec1c4860a88e8c818c8182e241cc0832d3
MD5 5b25f311ecacc13784d83f04058b1829
BLAKE2b-256 2acd6f1fdb2945a266db4ab8218c047018749b3664debcf0615093927fcd0495

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3598aad83392b434f89c0da94b9da7184b4d8cf8fd1ee1be97fb2c53de6db530
MD5 a9f890fbd17ee52dc4caaa7f82322aa9
BLAKE2b-256 09016376f3730b7803f8fdd99d60d6d9993bfd9001afe1c6e58392d33cc6a997

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: krptn-0.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b45da9490e67758f0139e43d4f8fb100f6fc33be4be07150ed65279d9bc96bca
MD5 0ca355a90652455b1aa7fbb11d95bb89
BLAKE2b-256 be2435b4ff0abb55cd4624aadf6667f7000e9f36881f00055edcc9d4457ea8fa

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: krptn-0.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 391.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1add1707ea269a61d5ac655fb18e282ce5d8a35b11e49fc721347c42205636bf
MD5 8cbaa27163319f9edac6f295b4c1e08a
BLAKE2b-256 3def480356a09b142174fdb3f354736cf52c9244447d19ee45c73ead85f5f7bf

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ed3a3ab08ecb01f812a2ac7647320b4b3733a302cdfd7c7142c4a025db402c0a
MD5 f18b938c1aa2d51a6ecf0c88603fb711
BLAKE2b-256 cae0b5a1922e70f7f9a042fc81052c04d90147dc070c171297d371b59f880176

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 347f00598881f993560cce12d1a7eadb76932a7d6d152e6bbbcb59737dd69f0e
MD5 28ee2f5c9361e1cd983ceb1795f6d093
BLAKE2b-256 ea5943df3f8a64f9d7c88e539d8d009c2c14195ab77f53e5960546ac9aa4f694

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34a241713f7c3d0bd0b35686db0b0fc58de429716bc6aefd4d82436214d330ee
MD5 d20e9908ca8a8fd7acc46dd49e0203d7
BLAKE2b-256 cf6e91d6d51c58ee07d7c8a3d86b6f906040e9e8b55a6b7192c3e0fd3c6dd493

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ca8a234ba81b7ca02e5ec60efdb119f5adfd9e5f4bfa8b2de13a40f019979e2
MD5 bdee7c1c29d6f7fe6d426bdc6923da1d
BLAKE2b-256 25ed05194c287506d03a20eafbaf31d9bb9296fc2ab0d3982ecbc193e8f20a0b

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: krptn-0.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 278a08530d85dbb6e4caec25d26cd608b6f9dd34499f99f0a56e94db8661d0a6
MD5 78f8c87a17512644e9b4923f33e6b9c0
BLAKE2b-256 65f4e7bf774d30c2980b4e5c6d3cc30e4140d5a34ce8efd2b3da38450ef996cc

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: krptn-0.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 391.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8ba2d9fbb198f68a7660a4ad3353a1c7b17890f34e5cc732cce56b7402dede7c
MD5 9ddad33063ca0e2e437b98f9fbaa7d40
BLAKE2b-256 ca1586422f5b94fa7fa85a35075abbd542235b24bd3707ab09a8d27e39e3680e

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 27fd022aba0786943915b7915a5f61856602d6969cbb0c7c70fce5d6b39d4a46
MD5 8512a7e82396f64c41aa54c33bec61ef
BLAKE2b-256 625cbd4934b852ea4a4559afa8f11bc6f597a7a3d326f5040cc92f0a0d510877

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07e2069b7c7e3e2a65165f7e3650020a9ac15e45b0340957a7eb2d421077f919
MD5 b5f9a91ef48d0b5864193782a95c5dec
BLAKE2b-256 3f7f94e27b58eb15162745a135172904fd3ca867ba15f68e3c6c805ebb6b5164

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff1014eaa90715126bfa5823d5e6df59033c347bf90f9c83420f482fe9bf3bc2
MD5 6eccc8fcd9599236ff928a6e665add08
BLAKE2b-256 b1849cec489cb477b3806b27a45191bc3e98098d502da1854e8c42ff52cecacc

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e1d2bc683676b56d59db2de8c999e79a1f5a283eda51eeb8fb6d6f8fe3b7001
MD5 1a5d99585759a7f3e2c4d574331552b7
BLAKE2b-256 19ff382ea7f23e1c873fb9478e630ce9f8aa9a11929e2152da4c1a13574d9d33

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: krptn-0.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6342b1344bae20c5c281d582822e1d853cdb405f559a638c1131c8d95ccd9eda
MD5 481d6416775bc10070491e2f63086371
BLAKE2b-256 c6fdb26083af44d0a82c7ae1c3cf7fc2eab24c9a4f17494517c4db1e1fe6332a

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: krptn-0.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 391.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b5bdb632c5613156f86a3ddfa94f95b1c673d344e86a396039d7ea23e8b26adf
MD5 8f5c8acbb705465a3ecc9c4455b40a50
BLAKE2b-256 277e9fdc92c35389554df5bc271dff381437f585b244725c934492654d846979

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 965fa9646df7faf8fdac2e190945bcc41972ff9b05131c385017c8b88afc0c77
MD5 7c68bad09350a53d7f2aac53097c6493
BLAKE2b-256 b2db05f1aedb980dc31597f2df5d53a2aebdc7bffb6ccbef81f7b1781d99a093

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60235026b080eead9b6fbc5079495415711eadeeb3f6aeb9f8019fe28e8fbade
MD5 6878d44a4257d26d34a4d489c9b4b0d6
BLAKE2b-256 fb2b3b8ac9cd3386783fb42f02597723e129d8736d1c5b7d5b659e74dfe8c63f

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f6979d6aeb387a513a7dc3422d1853ce85174e279749c1af7e4f58d2c4c8e77
MD5 1af455e7339a9fcaf6c8b32f7b835085
BLAKE2b-256 caef835bab645da24819c4739fb428ad44e84aadcc01a65cdcdf377df4e55ee3

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 813811ab8a958420e0820958de4214b92d9944e04417b117439f790bcdba4974
MD5 11fb401aa1eb865ce78d6ad5ea0af675
BLAKE2b-256 ca8716d0c4e40c851d44fd96a7606f943f3634e95bd76fbf737b0294ba997daa

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: krptn-0.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 10c6826bf56d507ee6d34a971a7dbfbf274c65f9a31d111ee6d61bfe7b9c7e16
MD5 b5e0618933df5b14141685eaa918c193
BLAKE2b-256 1893cd4416eb576477a5354bb6d2d1f58e63791160e14c09353e219676258864

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: krptn-0.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 391.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for krptn-0.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1317c5a8ef44cf52a3999a2154a4b72e66aa46995748102738580a23c536baa2
MD5 d4cf731c05981a3149fcd8e0950943a3
BLAKE2b-256 e98dfc479ff1cd8c1e84f5d9c77c8e34023c2b0b9caa8c0741ae1095f9bb1ae5

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5c7323789f89879da2b19237e306fde07e0b7f24707387a4f097af08211b5a9
MD5 6167fd3ffc844e54e6b6619ddd73951f
BLAKE2b-256 4f587552d90615692fc38bcd1628d06967a7c345852e600ffe19031fc3730567

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e67932c03d221f5cfde1863c6d48073eb6be1978e028ba3287ff88cb0d1640e4
MD5 eda9c5c7e49815407a2efb83d5223be2
BLAKE2b-256 c9f7bdc6710c98fc894af4403b14ed72c98a9a4f67c3ba47d1d267ec38296db2

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c5ab2cfe6667733a3c28f2c6f77b517b82057f82dd9bea5824d83d0daee433a
MD5 51d8baf5e28b38ee7dc47db3aaa5ab3f
BLAKE2b-256 cc340e8edb77307608b8e5c75700da1ec9bdee554405d87c07f21b0e50a52baa

See more details on using hashes here.

File details

Details for the file krptn-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bbd4641e2f4c8f2b6964bba101afaa6647a0cbe072b13cacc38113ca3a42b688
MD5 5c175d5935ab2ecca76c321e6b820ecb
BLAKE2b-256 9ab961f628777a87cc395187188e84257847d0d4571018506d57370a14747437

See more details on using hashes here.

Supported by

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