From 04c07020c8e3f18101b85f00926b2d28d5a82ad2 Mon Sep 17 00:00:00 2001 From: Alok Sharma <2021eo262al@mitsgwl.ac.in> Date: Mon, 4 Sep 2023 21:43:10 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.