This commit is contained in:
nbats 2025-09-09 19:06:59 -07:00 committed by GitHub
parent 613e36c1f8
commit 7f5a6c9b35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,8 @@ For iOS, we recommend **[Orion](https://kagi.com/orion/)**, [Brave](https://brav
***
### Base64
> How do I decode Base64?
If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you can use a Base64 decoder to view it. Some may need to be decoded twice.