Skip to content

dRaider-bitrek/GNEW-M1-FP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the program

Commands:

-e Encrypt
-d Decrypt
-bf Brute force

Arguments:

-k Key
-f File path

Example:

-e -k 1 -f "/path/to/file.txt"  - Encrypt file with key 1
-d -k 5 -f "/path/to/file [ENCRYPTED].txt" - Decrypt file with key 5
-bf -f "/path/to/file [ENCRYPTED].txt" - Brute force decrypt file

Argument could be in any order

-e -f "/path/to/file.txt" -k 1

About

GNEW-M1-FP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%