A tool to create base64 strings which contain legible words, and are valid to decode to ascii
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forest 1079e390c8 more cleanup 3 months ago
.gitignore readme 3 months ago
ReadMe.md you must enter a commit message 3 months ago
main.go more cleanup 3 months ago

ReadMe.md

base64-reverse-encoder

USAGE

  1. edit main.go to set your desiredString
  2. go run main.go | tee blah.txt
  3. CTRL + c to stop it.
  4. Then search thru blah.txt to find your favorite solution :)
  5. Decode your solution into its "pre-image", then add on the desired string

Example:

var desiredString = "examplefordocs"
$ echo 'X3ExampleFFoRDd0cSS=' | base64 -d 
_q1jjexQhD7tq
$ echo '_q1jjexQhD7tq-ExampleForDocs' | base64
X3ExampleFFoRDd0cS1FeGFtcGxlRm9yRG9jcwo=