You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of easy-to-use cryptographic tools in Python. This repository offers functions for password hashing with argon2, data hashing with SHA256, and file encryption/decryption using AES-GCM. Perfect for developers looking for a simple and secure way to implement cryptographic features in their Python projects. Run - pip install crypto-tools