From a3388d4bd3ae4d03dd95e2f21f8ff233bbfce413 Mon Sep 17 00:00:00 2001 From: Alok Sharma <2021eo262al@mitsgwl.ac.in> Date: Mon, 4 Sep 2023 21:39:15 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1f1f67..52e102e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ## Code Vault - Android App +![GitHub](https://img.shields.io/github/license/alok-2002/Code_Vault_Android_App) +![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) + 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.