diff --git a/README.md b/README.md index 52e102e..b183805 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![GitHub last commit](https://img.shields.io/github/last-commit/alok-2002/Code_Vault_Android_App) ![GitHub stars](https://img.shields.io/github/stars/alok-2002/Code_Vault_Android_App) ![GitHub forks](https://img.shields.io/github/forks/alok-2002/Code_Vault_Android_App) +![GitHub repo size](https://img.shields.io/github/repo-size/alok-2002/Code_Vault_Android_App) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/alok-2002/Code_Vault_Android_App) 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.