pybase4
There are 2 repositories under pybase4 topic.
Alok-2002/Code_Vault_For_Windows
Code Vault is a Windows application that provides encryption and decryption of text using the Base64 algorithm and a secret key. This app allows users to securely store and share sensitive information by encoding it into Base64 format with a secret key.
CodeDroid999/CryptPy
Python GUI app to encrypt and decrypt messages. Implemented using the pybase4 module for encryption decryption and tkinter module for the GUI..