There are uses for Base 64 encoding that extend beyond converting binary data to ASCII strings. Base 64 encoding doesn’t require an encryption key and it supported in virtually every language, making it very useful in certain cases.
Storing last login date as a marketing tool
If you're not already tracking your users' last login date in your database, you might want to consider it. The storage space footprint is minimal,…