A list of all useful programs required in the study of Computer Network.
-
Updated
Nov 25, 2023 - Python
A list of all useful programs required in the study of Computer Network.
A Streamlit-based encryption system that securely stores and retrieves sensitive data using AES-256 encryption, with passphrase protection and automatic lockout after failed attempts. No databases needed everything works in memory or optional JSON storage.
This is a complete repository of data encryption standards (DES) algorithms where we can encrypt the data from plain text to corresponding cipher text. It takes 64 bit binary string (plain text) as input and produce 64 bit binary string (cipher text) as output.
Add a description, image, and links to the dataencryption topic page so that developers can more easily learn about it.
To associate your repository with the dataencryption topic, visit your repo's landing page and select "manage topics."