View on GitHub

ShieldCipher

Python library for cybersecurity

ShieldCipher Python Library Documentation

Welcome to the documentation for the ShieldCipher Python Library. This library provides a set of functions for symmetric encryption using the ShieldCipher algorithm. It utilizes the PyCryptodome library to implement the AES encryption algorithm and the PBKDF2 key derivation function for key generation.

For more details, refer to the ShieldCipher GitHub repository.