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
|
5 months ago | |
---|---|---|
.gitignore | 5 months ago | |
ReadMe.md | 5 months ago | |
main.go | 5 months ago |
ReadMe.md
base64-reverse-encoder
USAGE
- edit main.go to set your desiredString
go run main.go | tee blah.txt
CTRL
+c
to stop it.- Then search thru blah.txt to find your favorite solution :)
- 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=