$ echo -n "hello" | openssl enc -base64 aGVsbG8=However when decoding you must not use the swtich '-n':
$ echo "aGVsbG8=" | openssl base64 -d hello
$ echo -n "hello" | openssl enc -base64 aGVsbG8=However when decoding you must not use the swtich '-n':
$ echo "aGVsbG8=" | openssl base64 -d hello
No comments:
Post a Comment