https://github.com/vedbhanushali/cryptoaes
Cybersecurity Project - Repositry contains [windows and android] application which uses Symmetric - Encryption for encrypting any file
https://github.com/vedbhanushali/cryptoaes
aes-encryption cryptography cybersecurity symmetric-key-cryptography
Last synced: about 2 months ago
JSON representation
Cybersecurity Project - Repositry contains [windows and android] application which uses Symmetric - Encryption for encrypting any file
- Host: GitHub
- URL: https://github.com/vedbhanushali/cryptoaes
- Owner: Vedbhanushali
- Created: 2022-12-17T09:52:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T13:12:57.000Z (about 1 year ago)
- Last Synced: 2025-02-16T03:37:22.205Z (4 months ago)
- Topics: aes-encryption, cryptography, cybersecurity, symmetric-key-cryptography
- Language: Java
- Homepage:
- Size: 28.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support.py
Awesome Lists containing this project
README
# Enrytion Application
## Desktop utility consist of cry.exe
supported in windows and linux based desktop
### how to use
```cmd
cry_win password 1 #- to read
cry_win password 2 #- to write
cry_win password 5 #- to initialize need to create a log_proc.txt file where you can store the data
# after running initialization it will encrypt data
```## Android application demonstrating AES encrytion
[download application](/cryeptos/app/build/outputs/apk/debug/app-debug.apk)