Skip to main content

IAM and data encryption at rest

Project description

Apache-2.0 Downloads Last Release status codecov

We also have a homepage and documentation for you to check out.

Krptn

pip install krptn

What problem do we solve?

We all love Django and other web frameworks! However, their primary focus is creating websites - not implementing secure storage for user data. Django makes it easy to store data. While it hashes the password, it does not encrypt user data for you. In case of a data breach, malicious actors could access any data from the DB. Encryption is left to the developer...

Wouldn't it be nice if encryption would also be handled? Perhaps it could be handled in a way that keys are derived from credentials, such that, without the user entering credentials, not even the database administrator can read it?! This is exactly what we do!

We also handle user authentication, including MFA, and passwordless authentication.

Krptn also runs in the same server instance as your web app. So you don't have to host anything new. Just install the extension for Python.

To prove that such is possible, we have a Flask and Django example on GitHub.

What do we do exactly?

We are building a user authentication and access management system (IAM) with data encryption at rest derived from credentials. It is available as a python extension module. However we have certain limitations.

How we achieve this?

  • All data is encrypted (any data can be requested 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 security from encryption without ever needing to even notice it! It protects you from server side attacks.

Here is an example usage:

from krypton.auth.users import userModel

model = userModel.standardUser(None)
model.saveNewUser("Test_UserName", "Test_Password")
model.setData("email", "test@example.com") # The email will be encrypted, and securely stored

Krptn Visualisation

Try it out

Quickly install the package with pip for Python>3.9:

pip install krptn

Have a look at our User Authentication documentation, and create some users.

Ready to integrate it into your WebApp? Have a look at some of our integration's available with Django and Flask!

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

krptn-0.7.0-pp310-pypy310_pp73-win_amd64.whl (173.4 kB view details)

Uploaded PyPy Windows x86-64

krptn-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (264.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

krptn-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (227.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

krptn-0.7.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (225.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

krptn-0.7.0-pp39-pypy39_pp73-win_amd64.whl (173.4 kB view details)

Uploaded PyPy Windows x86-64

krptn-0.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (264.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

krptn-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (227.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

krptn-0.7.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (225.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

krptn-0.7.0-cp311-cp311-win_arm64.whl (143.5 kB view details)

Uploaded CPython 3.11 Windows ARM64

krptn-0.7.0-cp311-cp311-win_amd64.whl (174.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

krptn-0.7.0-cp311-cp311-musllinux_1_1_x86_64.whl (803.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

krptn-0.7.0-cp311-cp311-musllinux_1_1_aarch64.whl (751.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

krptn-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (273.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

krptn-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

krptn-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (201.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

krptn-0.7.0-cp311-cp311-macosx_10_9_x86_64.whl (227.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

krptn-0.7.0-cp310-cp310-win_arm64.whl (142.3 kB view details)

Uploaded CPython 3.10 Windows ARM64

krptn-0.7.0-cp310-cp310-win_amd64.whl (173.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

krptn-0.7.0-cp310-cp310-musllinux_1_1_x86_64.whl (802.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

krptn-0.7.0-cp310-cp310-musllinux_1_1_aarch64.whl (750.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

krptn-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

krptn-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

krptn-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (199.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

krptn-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl (226.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

krptn-0.7.0-cp39-cp39-win_arm64.whl (142.2 kB view details)

Uploaded CPython 3.9 Windows ARM64

krptn-0.7.0-cp39-cp39-win_amd64.whl (172.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

krptn-0.7.0-cp39-cp39-musllinux_1_1_x86_64.whl (802.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

krptn-0.7.0-cp39-cp39-musllinux_1_1_aarch64.whl (749.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

krptn-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

krptn-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

krptn-0.7.0-cp39-cp39-macosx_11_0_arm64.whl (200.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

krptn-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl (226.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file krptn-0.7.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c42e9eb173175591fb99154067a5f7210d3330f69504fa25d033d43977bfd65c
MD5 05f0f1b20cd7c18ae93d8f39089b0fc6
BLAKE2b-256 b6f16973abe08d853c5625ccd420d39f42c6ff350fcec0ad6456cdd0e22dece9

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 784701f902fb2db43c56cb7b561740c13de5e9feb651395493c94f4e9302e4f3
MD5 cee05dbc5bf65dc72295977fc04a47d7
BLAKE2b-256 47128cd39947f2a69344b4c841ae1571651a70c1a849942b17ea469f48f4d638

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 464bea543814f6ba04a304d5415051ebc84f43acd3d3a13780e23fc96e398908
MD5 ee73dc92425c3c329eddeff934bb59fb
BLAKE2b-256 aa4b1e7f864fd657ce60277ea8b6eb9ea79758d558a8b2972fc7b8a826df7531

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5f42b4203818bddd2eb230f943f9d707243efab251c59cd057d5d7cbd5bed5b4
MD5 3969f5fb4238db251051da5bae486d88
BLAKE2b-256 526a81d8ed68f606c5e5e6209203a47b3e97e4197118c83b0708e84be94a7c0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5681939ebaf7cc421806fd661a883b5a69a9b04ab455dfbddac4734ec53191c8
MD5 6217c47f60f13eaab0de3d8159679759
BLAKE2b-256 8a7f4cf880024ed0d8932b77ecf93978064a93c719184f52082f3aff6d32f90b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90c2033e1d7f94cc14dfc5dd01594be2a0fa52b3ea7e4373786d9925eaa41d6c
MD5 78bb23e41eedb310d33935c368ad8bc5
BLAKE2b-256 8ff26ea7f662e6946d5b16374edb9e4b70d0a6ebfa91ff29848c7da8e305a7d5

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89032ef1dbbb02392cac158bf65149ded7133a0e0218a7e5bca9f4ccf6ef8632
MD5 371b917dbf9e74af1f29af2739148f57
BLAKE2b-256 259e565b815a00ae9e665082a2b41fa5b04e9d99fc3cf7e4a678d1d6e5baae8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f185df946d8b9f7f20050e0a12ea5833178f3ce8eba4d501888520ddeb4594d5
MD5 d18b6afaf04fdc65bffbc9636489d704
BLAKE2b-256 7b24383f7e537bdc6b4a18675c26e3428ed948c7638be071dba7ae616b93864b

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: krptn-0.7.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 143.5 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for krptn-0.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8e3c06040f78598545304f35b62c8a07b51d65c1ae9e04f3314910f9a68d66ab
MD5 3a2f66372b771e8f9bbc5b36cd252946
BLAKE2b-256 8ac9a4afae5b5e2fa390089aad4dca1dc4292e6e65d70fd274789fa58c1d208d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: krptn-0.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 174.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for krptn-0.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 30a95c3f64e5ac8c9914919b43b73767a690540ff56ba1c25129030e4be265e5
MD5 996dea668fd3fab1b28788e72ee51730
BLAKE2b-256 81a7090970fa26364c585ceb6089ca7701968672363243fcfb9cb153713a6dc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d58aa6dd91868c0e4a062195d6efa716bd8782202554cf54b5665593487c4f30
MD5 bfd3a9fa35a8e10beeabbe6d9f6cc38a
BLAKE2b-256 2bf0c6ea5c02488e6710c58c8e5fe6f2ed415a76de890e2dd6d7a82e34bfdb93

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 92310fdfb83e77be713bc55bf4fb88dc5205ece0573636238c5da140c727c7cd
MD5 b5f2bebc90d85ab6b13a24af1c5f7689
BLAKE2b-256 0e31bb4530d173d330f42d4f67a581820e796bdd51fd169fa6636d8d213a952e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8bdab67c5a0c3887a560da487de1509dbdfdee686b6255446b2300b3c593177
MD5 b53cae79de43ad4f40a7e008d701e5ac
BLAKE2b-256 b11d6a50a7fc3886db012bc90bff011e740843558828d6022bacfe108b9691d7

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d8fc0118bb8cb371df7b7e11b4e67ec17ccde15f061b10d62ebd7db1a9501c1
MD5 0a88ee3b5a4b3326b1aeb02f5973735d
BLAKE2b-256 c7a2ddf03f73ca9e3f8788dcee584b4e1cc055349a244cf6a8170c8130384e56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4f8359954c8f5fa0eac7bfe0e49c9cad17f41e132c06e6a835e9de0fcb3d735
MD5 23efd33a1a6da847b453389316e6f193
BLAKE2b-256 cfb04952963f281e450b4b2e482579bb7483f14fefba1777cca8c6f0e0152f36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 360761af713c1e968d05d6455a805d4ac739600311d61aefe419e6ef3fa732db
MD5 d260bb5d320b546f66db8f8a20850c20
BLAKE2b-256 1ea26d28d22d9644997c92a747a19bb4216ea6a93ef5c45030a62794604cc742

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: krptn-0.7.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 142.3 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for krptn-0.7.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 247f9ca8d04e5d206c1c975b296d90b8a507406e4e0aa383b6940dee4057022e
MD5 82465faef06d622a5afe1300d2da0b9e
BLAKE2b-256 dcd5dd6b2ad7693374176ff3f582045d0bdfedc3366d42abc0a128653cb8dd0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: krptn-0.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 173.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for krptn-0.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a4c5472a2282c935843efa89013a03af3912504a5f8c8866004eb29d478649c7
MD5 2c9d7b73bc454b1f2e15f1511e7bad94
BLAKE2b-256 a564ffb58a75e4cf7f8cf50d9356083e555519ca627a7b28e30a3be1a0592915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 755df4485fcda0d05b46e12bb784da7f84cf6506616c536cb57edf48fcc735d3
MD5 7d45fdbcb3ea56765ab28e62a84f26e2
BLAKE2b-256 e1e3ca2fbe35a87eb590052e16b492f05697c0cf7b394e0caf24f9f4aee72928

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1123f1ac94101bd8043c60f6c9f34050f26ce0896b2df5d35bd8cd6bb2fde587
MD5 5493cba87f17d7ad840d58967f9f1651
BLAKE2b-256 628895cc388a039af5130c42b719e53a3468879757a2f15b597a892627f294f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e682406b7106e04c80af1cb2e41e28036b4610be7c1db2a8ee812f47bb9481c
MD5 d0febe9c7e73759d3fa9d045ef4d6788
BLAKE2b-256 96db6e0272f36f9781a7364df21d81a88585faf818ef16f916f69ec031a7de33

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3eab25598ce6186230dacef0dab21dadf73fab95931e50cf19c7e3ecec098996
MD5 80207ddec0e3c89a2ab4fe9b538982c0
BLAKE2b-256 cbfad6cf42304b684c03a014ed1f141c87155b4af6402f6ace120fece0fa3194

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02291aa92139764cdc295a79191b733d2429c3bf4ef07e4a170a2afe46fc2a53
MD5 cba4853ab2e5792ce8423e8e0fa58530
BLAKE2b-256 91668432eef9b0334f543001291b43eb006859b8d66013285ab5c8a2a14f1fde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 753bc7170fa5c40ec846c0e43faee902f27cc7fe2b96958f79cd87e5a20aa1f5
MD5 5441bce6d3cde550ed56a19220c8c620
BLAKE2b-256 2ce830eac275d82f21a8879b89ee561dc70492cd3fc6abe3fc35f182850d018a

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: krptn-0.7.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 142.2 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for krptn-0.7.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 294e9ed39db6081ba1126efb639f15acfb4ac4e7948b5581e214715c0d0723c1
MD5 176b0acdb56fdf9d6cfcb83ee46021eb
BLAKE2b-256 30e894c3a6761ab39f94367dfd086a6e203d46229bfeded66e7e863eb23f95a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: krptn-0.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 172.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for krptn-0.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6111cd6a5380dc556da4458deccd6e8255c93dc6eb831004d17b157a9e30c852
MD5 c17b9e2ab97103b5341a2d9702c14300
BLAKE2b-256 8178b0067b676eb2f86c858ac09cdfb07ea604000d33e8fafca5252a8704cfa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 653b3f74b5f49f081fce602199bcd90962bee61b2d38ec57312d83fae524b7e4
MD5 7b721a6953e2f22cdad7dedf3c9028d6
BLAKE2b-256 d13a15334f1d01da8b7ce772b971f812d55df413605df14c3625162d53755635

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 117f84c00d8ca1e68b2eb4633c772a3888676d6789877c55c62a951c16dcd2d8
MD5 e59a75e5e2e8400fbd83dbe2f12e326c
BLAKE2b-256 e1d2bf5f4775e6285f7c410b87fb8d260fa4e7d608aa857ae88e6d0bedd61ab3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7972cfd36c05b860f76832eb2fe63c2dcd72e5b2c34a742831c7e95dbecf738e
MD5 f4aa768c708c57c1c7dd9a0e5d79aaf7
BLAKE2b-256 ce9a7e5c4e1971776544febb8f7891dfa839b47364c1077ae2968482efe1ccb2

See more details on using hashes here.

File details

Details for the file krptn-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f2ee7a8ceea3a735f29fe356a9721904a3ec42d15fc12d6c9eb521d989a63e8
MD5 c788cd7623c5433cc053b54ffd0a0cbe
BLAKE2b-256 bae671b09b37e2dae5909ecbbb19f1d5d6e09f60797138a7a43eeae1cf5949d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73b77d0e04cef3389f01cfaff5fc992ec9362d213366a001aaa3eb6f0787d3b2
MD5 4f01e40f6b6856550dde6caa196299ea
BLAKE2b-256 009e3d730d0649fc3d596d379f5ba4fe71c2a922aa6db537c623495ab2e93cc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99aa7ce250f06c1efbbbe1f9d1fbebe2acad750a176dc0539946aab75de18e9b
MD5 e4b664bd6fa1a025834e3f8ed11cf924
BLAKE2b-256 97751f0e6521dfbbc647330e766f02bbd7748bf7e3f01a60a016042afc57b60e

See more details on using hashes here.

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