lee-elenbaas / p2psn

peer 2 peer social network - an attempt to desing and create a social network that will use peer 2 peer architecture rather then central server philosophy
3 stars 0 forks source link

Store password signatures rather then plain text passwords in the configuration #7

Open lee-elenbaas opened 12 years ago

lee-elenbaas commented 12 years ago

wrap the CppCMS crypto tools with a more natural API that will allow me to hash the passwords - and then store them hashed on a generated configuration file, and compare the password entered after hashing.

plain text passwords will still be supported for the initial setup of a node right after installation.

lee-elenbaas commented 12 years ago

Also optionally store the user names as encrypted names using a 2 way encryption with a hardcoded into the binary key