Skip to main content

IAM and data encryption at rest

This project has been archived.

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

Project description

Apache-2.0 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.data.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

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

krptn-0.8.6-pp310-pypy310_pp73-win_amd64.whl (191.8 kB view details)

Uploaded PyPyWindows x86-64

krptn-0.8.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (279.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

krptn-0.8.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

krptn-0.8.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (230.8 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

krptn-0.8.6-pp39-pypy39_pp73-win_amd64.whl (191.7 kB view details)

Uploaded PyPyWindows x86-64

krptn-0.8.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (279.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

krptn-0.8.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

krptn-0.8.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (230.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

krptn-0.8.6-cp312-cp312-win_arm64.whl (152.1 kB view details)

Uploaded CPython 3.12Windows ARM64

krptn-0.8.6-cp312-cp312-win_amd64.whl (192.4 kB view details)

Uploaded CPython 3.12Windows x86-64

krptn-0.8.6-cp312-cp312-musllinux_1_1_x86_64.whl (828.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

krptn-0.8.6-cp312-cp312-musllinux_1_1_aarch64.whl (767.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

krptn-0.8.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

krptn-0.8.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

krptn-0.8.6-cp312-cp312-macosx_11_0_arm64.whl (206.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

krptn-0.8.6-cp312-cp312-macosx_10_9_x86_64.whl (230.3 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

krptn-0.8.6-cp311-cp311-win_arm64.whl (153.6 kB view details)

Uploaded CPython 3.11Windows ARM64

krptn-0.8.6-cp311-cp311-win_amd64.whl (192.8 kB view details)

Uploaded CPython 3.11Windows x86-64

krptn-0.8.6-cp311-cp311-musllinux_1_1_x86_64.whl (829.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

krptn-0.8.6-cp311-cp311-musllinux_1_1_aarch64.whl (768.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

krptn-0.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

krptn-0.8.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

krptn-0.8.6-cp311-cp311-macosx_11_0_arm64.whl (208.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

krptn-0.8.6-cp311-cp311-macosx_10_9_x86_64.whl (232.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

krptn-0.8.6-cp310-cp310-win_arm64.whl (152.5 kB view details)

Uploaded CPython 3.10Windows ARM64

krptn-0.8.6-cp310-cp310-win_amd64.whl (191.9 kB view details)

Uploaded CPython 3.10Windows x86-64

krptn-0.8.6-cp310-cp310-musllinux_1_1_x86_64.whl (828.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

krptn-0.8.6-cp310-cp310-musllinux_1_1_aarch64.whl (767.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

krptn-0.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

krptn-0.8.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (245.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

krptn-0.8.6-cp310-cp310-macosx_11_0_arm64.whl (207.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

krptn-0.8.6-cp310-cp310-macosx_10_9_x86_64.whl (231.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

krptn-0.8.6-cp39-cp39-win_arm64.whl (152.4 kB view details)

Uploaded CPython 3.9Windows ARM64

krptn-0.8.6-cp39-cp39-win_amd64.whl (191.0 kB view details)

Uploaded CPython 3.9Windows x86-64

krptn-0.8.6-cp39-cp39-musllinux_1_1_x86_64.whl (827.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

krptn-0.8.6-cp39-cp39-musllinux_1_1_aarch64.whl (767.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

krptn-0.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

krptn-0.8.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (245.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

krptn-0.8.6-cp39-cp39-macosx_11_0_arm64.whl (207.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

krptn-0.8.6-cp39-cp39-macosx_10_9_x86_64.whl (231.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 966689b09010a478c1afbdacd5ae54b0141510bcb3f3a716ed46da463987d038
MD5 9dbbf644ac9e34f596c1732ee977bfc4
BLAKE2b-256 22f0d466b68f307256da7f762452f8e8fd4e41fb82d225bc31d997323edb753a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04a1749c0983a6b442e93e3574b1be756afd40a8c5cf0e4ed23565763b575c92
MD5 5d0dd706dbfe0c7239a016228c2723a4
BLAKE2b-256 57635a8a5c652136ac967d3c8c88261383e2eaaabab04bb9520fc4419879026c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d130a6212dc0e88ab012fb8dbf5dd65b225cecaf0a795ca0d0a1d47c3c63aa1
MD5 50cda434114609bd3bd88c153e19415c
BLAKE2b-256 7482c3286ad52e4cc02ace9684e298fbeab77302e88002f641529959acabafb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a48563edbff4fc905a6da2dc73cca249fd4ed9c4f7bad66a65a875ceee85e9e
MD5 374925990284294a62e584aed9aac484
BLAKE2b-256 9fb151f158315c5cd5e79cc0a4667ebbd225bcf35646426842f1140093257fb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c559e38ca1b8fc9124c31ebffc77b2e4e132988628b5faf0abd82b6e961fd0de
MD5 da1f9314b1c40e0d3a364b90555d99ae
BLAKE2b-256 410e67d9e3684a4d6aa57ae310af81c6d186607e0b438e45cd596a3082d5fdcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45bc7201337c19c41e78e1628a97d461116ef37fb227cd35575357ebf35d2399
MD5 e33a558cfca2d870d2ca05a8b3ba8669
BLAKE2b-256 cfa421501d7c614d4731400264dc9c4d9198ac1060bf386749751ec1799a7ee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c2bdbfe211564f8dd52cee4bad544eb3675657a441a4be15ac9407c8098a3c5
MD5 17986a75fa43271cb104635627aa2dc6
BLAKE2b-256 ffa9c70647241397c79ff4ff1e183e20e939567372fae774a779295fc990dd2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e74744ff43236c41228b9697a25fe8cf24124d1778e1f2d6dc9a999d106bf81
MD5 53dde0590d5f72a0dca928c65a409e35
BLAKE2b-256 99a0f70d271d7e659170f5eea009605524d181ffc1876d4a8d2f430270473dd1

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: krptn-0.8.6-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 152.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for krptn-0.8.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 834cd0fa3742f1740f32ce19452aefe393ab234f3b0331a989241bebc7cdaf85
MD5 a28f2cf1ff2936a5a022b58608c639f9
BLAKE2b-256 4a1fb880b7cf875a20b5afb4db237be3551be59d24f16ddbb93ce479f410f877

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: krptn-0.8.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 192.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for krptn-0.8.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b4a141fa0f2a49d0a98705b534c60af717453e22d36449f627b80a1cc3507418
MD5 aa03ff9806f1fb16467f4023ccb3be08
BLAKE2b-256 20dca24b42280c135141f18401c8682f267fc8f4ef4b55fabbf46096eae1e58c

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.8.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0cd9602fa7a821a92e1888a6e14f3dbfb600f23740e9299c830085d1263637cc
MD5 d1d6f6ff94c146841e70437055f62c0b
BLAKE2b-256 57f466226a7e57c0753163b3d01fadc3cc182e43993c43b12555a41f846119a1

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.8.6-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 204459c958441018f66eae9e1ea83cfc1b5e065ad12e36c56764a73c575c2e84
MD5 9a0ed90b9e022a71c11f4d13fe71a3eb
BLAKE2b-256 af919b56932c23a0e76cf90655d3537923c43258682370969b2d27bb730db916

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.8.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76059a24625a720594461fd6fe96f0c4e58ea34f52ef52f41e8aa7f3ce40143a
MD5 ddcea1fc9e90bc8e82a57ce0ed2004e4
BLAKE2b-256 d6907818ec8699d0eb189f4d912c6ad4c6ffc7d8b29e79fba9f1e508d7ec4968

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for krptn-0.8.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93ac867521b30dfa570263db5e19763353231146cd4d30df976d8ce5490f6298
MD5 5740dd7ae167b365511f760dfa031e45
BLAKE2b-256 bd30a7fda240182d11154da49248e2018eeb69eccf078e7a91016a455bab4860

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for krptn-0.8.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36deeb5d61af00947aae08cb963d43a2fd6482592e86e055a4c7b3e24f6095f1
MD5 bcbcfa6820274aa52d36064c8aa60a50
BLAKE2b-256 8fce23bd149d43246ce820e437ee7a45713c9dd1abed63968f048c74892d9f0b

See more details on using hashes here.

File details

Details for the file krptn-0.8.6-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for krptn-0.8.6-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0dcb70be6fe42f3ecc9fa593a78f325c35d335bf1c26dadf89ea5560af088eab
MD5 3e39490e8c6a1f58417bff34469e2b8b
BLAKE2b-256 02822128484160f296aca2c3d31039d2680a08211c5f0d4efbf2a88088a5f5ea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for krptn-0.8.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c42d647f80b43dda605f96d63fe30f12b0337520da40351cabe1657285d23fe2
MD5 5c999515ecb40247989724e281b3f24f
BLAKE2b-256 192401276a6e111e90a5aaf68ef756cfd346149b99bbb14779535cdf1048ef9f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for krptn-0.8.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f09627e4cdbd9f6d8191b9bfaf864efa471cc9d65ba27809e7d2f78f2d26ac0b
MD5 4ee54c89144899224d5d1863fb8ece58
BLAKE2b-256 f3d6142bebbd7aa7a381406a571bb2265b0fd225fb32cb71b636f370e33565ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 37d332609d907c3127a90d3ffca1e07ede8e9d676adfb7e4909c9e969f26b8c8
MD5 cad2c45f9c995a2713aad045c7fbdb06
BLAKE2b-256 61ff49b1b37b476627889c99d1993c6a11ddcf01734981ccc3ccb49b77cae8b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b2ee74fb92e3befe5287a75c6674cb70f42b5cc1ee8fb39f2dca710412676c01
MD5 ab2e319712c185fa1959c4d9e84672b0
BLAKE2b-256 38786e172b0ab496ddbb19c69ee412a08c4f8027df60807b2c4732babd0abfb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6eea2ec2593946fff76f1b83cbf293af5fad180786e8c1e78f35a64dd7a5d4eb
MD5 40ad9ae13713d30bf70b3c7ce86074b5
BLAKE2b-256 ad99b993625271f4e5dbf1167f773db058cbe60a7059dfb8f430885bb3153df3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4ffdcf33232bba662e394b49f70393c8e7d85520704a3326d134e7c6a5662cc
MD5 e8b9e3db663d4d5f6e9606d30dda8cf9
BLAKE2b-256 0c86e55a4068ae24ba9825038fb044abd77bb63a564c4c8eca5534fa9bf46636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0ad72c8fdbf0682e3f7957e7ca662460e28ea1d20822c5cd62405e6402b5e80
MD5 caa2738327aa91820148a9d3f4832f85
BLAKE2b-256 22edc328c54ab22edd5e53ed4949db8162eb4146730e3075f1d06d4fe21a0fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d67670a97dcb9e4fe644b84869084a0709934b431cf01931ec86fdbfd8d35bc
MD5 1939a7a7874196e1b1bce384cc508249
BLAKE2b-256 27094b26d697609c15c6d0d88d97700abe7f645908011ba7a037943bb10131f4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for krptn-0.8.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d339946bb4453b3402888f4d863c06d3bb772bb93b450d98bcd79fa972f9821e
MD5 edae3ce45502c0720deec2b6521f0ee0
BLAKE2b-256 cf8599324091af75d4c7bb44783b039f965ec05fb575246aa3002974f7c21b03

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for krptn-0.8.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45a1e20611537cd892ece0bc47e96c395c0cb447f2f2bfc7024c1a73dda96c35
MD5 1405731af4d0aa847e8fd9f9e2b1cc5e
BLAKE2b-256 25f05392ff9dfd52e4dce07ced699785582270d65bb1e57ec19c958b44102e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 581b01bacc3c7a41d4cc5f3e76f4265a142a35db6136ae8e46d9baf010bd7f03
MD5 ee75ca568850e592db8360715415c97b
BLAKE2b-256 f42a1daacbe221b79ab0e69be637cc771a2962e5f8649a9e62a9997b385dfe3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 73dd2d5850c473456830b6964b012add39e7c8288285aa042c80e1f8464b0596
MD5 964ea9e46f7f06453f739819c1764e53
BLAKE2b-256 d4fb31c62e8fdcdd74b045d1cdce9a096b50ed26ba951dfb7d099f046223aec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bdf847a20eee672f9947dc91a91f3f005a1d24deb0f61311d0336db3436b593
MD5 cd464bbfe9fbcef205903122cee6bb03
BLAKE2b-256 9b8a2f09aeaeba6748b1e042ec576cbe05ecd207152acc644bb75a08750ecb6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3833089e39eeffe893ad521c3e60aa7f1fa364efeb046cdbd1e084aa7ad0ce5
MD5 ab158d926ed4093b04576e2fc0f3bd30
BLAKE2b-256 31d7e9cbb9c4dab2385db3c922b1ae9aebc6d0ae9b5e33832b92c639d4b58337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e218908aef1eba080e6452de22acfcb4c3634231cf774ce462a1f53b3081a39
MD5 4d0cbb0cf98d1bf61efe51ad5f0179f1
BLAKE2b-256 b08fe3deb9158ac196cc1c598779aac03eb542d27a00c1362fdd52a911584bf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31a2dcb4f5ddd50493d00cc20c89675f0b8f4aeeaa20a2e77cc3cb4c09ebde5d
MD5 11f5bfd71dde5e1db6e55dec5503f06a
BLAKE2b-256 79c3ac9872d7d172fae7ba9cda26b9ffd2d586be7f62909299e03869bdc72850

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for krptn-0.8.6-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 cdbc83ee5d3f130b9d9ded021973788136d42a241248c54fe28baa0aa7483225
MD5 e6f637f7312113e2ba63dd516b422651
BLAKE2b-256 33b4e5ca8c13bc2b0f31017e8f41564fda1be15bb8916181c41981faed0137f9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for krptn-0.8.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 89b0575fc72693ce46bae4eb68d1d379662a03633f40d3fac7b1de47fc6cb911
MD5 8c6c2687a1af5835e2f211b52907dd37
BLAKE2b-256 1ac51bd334c42070751750db88b503e9d03c34ddbfe050a39ff550367ee11312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 615af2a2d5686897344e086daa8653a2f357eb5a4ec6b59d05583e431563655e
MD5 d443c4c9191c7ae2afd1f9840a363342
BLAKE2b-256 348b6d3a009f092f7e23962975b5fb33b14011a52cccc0d94553bef2b7f46512

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1c2e9c5bce2b91b69a752c0bb408ccf551814c6cede7ecbe2517341dd6f2629f
MD5 45d73b632ba71ec36760dd29d60c3e9e
BLAKE2b-256 d10ba1272f143034f28b24c97928e074c507c71c351006c34f285d8fef0e8ae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d2d9864b7c5e77a2b02c042258c31d2cd65e9a2a4ae2235103ac29d27b6c09c
MD5 14873f724f699e277e8b5cc35fa39536
BLAKE2b-256 2bd58677f5af2cb1c6642d0194d5c6b12993863a5a3564706bc46bdae4742cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f72b3f60529a77602a0b6703bc413a8c999167fd06c434561c77ca3a386a2e9
MD5 0a8b65d9281572e48526b997bbbbf42c
BLAKE2b-256 68631cd0b25b87dcee3bf3cce73c3226cf569522d01f4b0f039769a050a93fcd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: krptn-0.8.6-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 207.3 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for krptn-0.8.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 237021e6489e6260bf8267d6b31d1c1950dba11052b0f1768a66754e1e65c561
MD5 1e3d7bdbe3c3098fe7c559cbcaf1d142
BLAKE2b-256 bd5d7a6d95639d6ce01cf9adc3b80aa2fd90e3876462a5ff76bee7bfd5ec1f4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for krptn-0.8.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff1fdda60f98142472aec5cfed079e6e0795acdc218cd70a7fabd99fce0505fd
MD5 f27bd40f010a3c3d355739a2ff66e78d
BLAKE2b-256 66a7edcea550673a99117f40687000e4f50d95c1b76fdae88c4e9a44f78a9007

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