Lockdown

Lockdown

5 devlogs
2h 53m
•  Ship certified
Created by Austin's SDK

Lockdown is an CLI encryption/decryption/hashing tool.

Timeline

added some executables :D i will now update the demo link when my release finally uploads :)

Update attachment
GB114 GB114 about 1 month ago
Hey Austin.

Ship 1

1 payout of shell 32.0 shells

Austin's SDK

about 2 months ago

Austin's SDK Covers 4 devlogs and 2h 36m

added a --gui flag :)

added help flag and decrypt flag, the help flag is made from a json list, created like:
json
[
{
description: Display this help information,
flag: --help
},...
]

fixed up a few extra functions, such as encryption, custom key's, custom iv's, uh, hashing, anything u could dream of fr

I set up a basic input/output system with a mute flag

Update attachment