Skip to content

Commit

Permalink
Update gaius_v1.1.c
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Tarver <[email protected]>
  • Loading branch information
Th3Tr1ckst3r authored Dec 23, 2024
1 parent 651730e commit 81d8961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaius_v1.1.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ int main(int argc, char *argv[]) {
// Validate argument count
if (argc < 5) {
fprintf(stderr,
"Gaius V1.0 - A cryptography tool which implements a new complex mixed substitution cipher dubbed 'Gaius Cipher' into binary/plaintext data structures.\n\n\n"
"Gaius V1.1 - A cryptography tool which implements a new complex mixed substitution cipher dubbed 'Gaius Cipher' into binary/plaintext data structures.\n\n\n"
"Usage: gaius <encipher|decipher> <password|keyword> <input_file> <output_file> [-n64, -v, -chunk <size>]\n\n"
"Optional Usage: \n\n"
"-n64 Disables utilization of base64 in the cipher process.\n"
Expand Down

0 comments on commit 81d8961

Please sign in to comment.