Skip to main content

Secure and easy-to-use keccak

Project description

Keccaky

Secure and easy-to-use keccak

🚨 WARNING: Not yet ready for production!!!

Roadmap

  • Create Keccak 256 hash
  • Validate Collision Attack
  • Validate Pre Image Attack
  • Validate Second Pre Image Attack
  • Validate Birthday Attack
  • Validate Length Extension Attack
  • Validate Brute Force Attack
  • Validate Side Channel Attack
  • Validate Specific Attacks

Docs

INSTALL

pip install keccaky
poetry add keccaky

USE

import keccak

assert keccak("Hello, world") == bytes.fromhex("db99debe7fc546756227481ecaf5136f5b86180d99c5666a14421367c7187e5c")
assert keccak("Hello, world").hex() == "db99debe7fc546756227481ecaf5136f5b86180d99c5666a14421367c7187e5c"

Project details


Download files

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

Source Distribution

keccaky-0.2.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

keccaky-0.2.1-py3-none-any.whl (2.6 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