Answer the question
In order to leave comments, you need to log in
Base64 is encoded differently in bash and in online services, what's the point?
For example, if the text "1.txt" is encoded using base64.ru, then the result will be: MS50eHQ=
If you use bash in debian or macos, then the output is slightly different: $ echo 1.txt | base64
MS50eHQK
Why? How to fix output in bash?)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question