Saravana's Musings
Thursday, December 19, 2019
Decode using base64
To decode the file
# base64 --decode /tmp/encoded.txt > /tmp/decoded.txt
To decode the content
# echo "value to decode" | base64 -d
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment