An open API service indexing awesome lists of open source software.

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

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)