How do password managers store passwords which can be shown in plain text in ui

So, I am building a password manager like Bitwarden. I have come to a point where I need to store passwords which the user provides and then later show the user the password in plain text obviously. Now my question is that how can I store passwords carefully without hashing otherwise they wont be in plain text next time the user wants it?

I am building an API in Django https://github.com/Abled-Taha/apm-server

Вернуться на верх