Tips, Tricks and Tools
... and Thoughts
(Move to ...)
Home
All Posts
Firefox Extensions
JavaScript Compiler and Encoder
Bulk Player for YouTube
Misc Tools
Support
▼
Wednesday, July 3, 2019
Linux: base64 encoding command
Encode a string with base64:
$ echo -n abc | base64
Decode a base64 encoded string:
$ echo -n YWJj | base64 -d
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment