Created
April 3, 2025 08:29
-
-
Save abramovk/bc5ad45318795d8d69c32312356d3493 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encode | |
cat key.txt | base64 -w0 | |
# decode | |
cat stribng | base64 --decode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment