Base64 IS CLEAR TEXT

preview_player
Показать описание
If you want to serialize a secret in a text format, encrypt it first, then, base64.

#programming #security #rustlang
Рекомендации по теме
Комментарии
Автор

Don't worry, I convert all my passwords to binary before storing it in a database.

LimitedWard
Автор

why do we even need to use it, if it has nothing to do with security? why not just simply use simple clean english text?

QmVuamFtaW
Автор

wonderful rust crates to encypt
- bcrypt
- argon2
- scrypt

systemI