diff --git a/docs/beginners-guide.md b/docs/beginners-guide.md index ff1dfa472..5c9157e24 100644 --- a/docs/beginners-guide.md +++ b/docs/beginners-guide.md @@ -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.