Encryption Layering / chaining #23
Labels
enhancement
New feature or request
hacktoberfest-accepted
help wanted
Extra attention is needed
QA
QA Tag for review / fixing issues.
One big feature of the previous version was encryption layering.
So the syntax was something to tune of:
cryptex b64 -e -t "Hello Code! " + hex -e
Would output the encryption made in base64 which then encoded to hex.
So it would look like:
only obviously its one command instead of two. Cutting out the middle man or men. The magic was we were able to chain multiple encryptions together on one command to produce some really cool results. Just ask @GamerChillz he has an encryption in his profile we have yet to solve.
The text was updated successfully, but these errors were encountered: