Loading repository data…
Loading repository data…
Alok-2002 / repository
Code Vault is an Android application developed using Android Studio 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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Code Vault is an Android application developed using Android Studio 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.
To use the Code Vault app, follow these steps:
git clone https://github.com/alok-2002/code_vault_android_app.git
Open the project in Android Studio.
Build and run the app on an Android device or emulator.
Launch the Code Vault app on your Android device.
Enter the secret key "1234" in the provided input field. (Note: For security reasons, it is recommended to use a strong and unique secret key.)
Enter the text you want to encrypt in the provided input field.
Tap the "Encrypt" button to encrypt the text using the Base64 algorithm and the secret key.
The encrypted text will be displayed in the output field.
To decrypt the text, enter the encrypted text in the input field.
Tap the "Decrypt" button to decrypt the text using the secret key.
The decrypted text will be displayed in the output field.
You can store the encrypted text within the app by tapping the "Save" button.
To share the encrypted text, tap the "Share" button and choose the desired communication channel.
Contributions to the Code Vault app are welcome! If you would like to contribute, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and commit them.
Push your changes to your fork.
Submit a pull request to the main repository.
Please ensure that your contributions adhere to the coding standards and guidelines used in the project.
The Code Vault app is open-source and released under the MIT License.
This app was developed with the help of the following resources:
If you have any questions, suggestions, or issues, please contact Alok Sharma.
Happy encrypting and decrypting with Code Vault!