frederik-hoeft / pmdbs

(Terminated) A password manager featuring an optional online mode to sync your data across your Windows and Android devices.
1 stars 0 forks source link

create methods for setting AESkey & online password #88

Closed rodaues closed 5 years ago

rodaues commented 5 years ago

hash=SHA256(inputPassword) AESkeylocal = SHA256(Split(hash)[1]) onlinepassword = SHA256(Split(hash)[0])