Hacker News new | past | comments | ask | show | jobs | submit login

Assuming you have the password and key, you'd need to brute force hash and masterPasswd. Seems hard.



It isn’t. You certainly used MD5, SHA1, SHA256 or SHA512 as hash, with SHA256 being the most likely one. All of these are very easy to bruteforce – if someone has one of your passwords, bruteforcing your master password won’t take all too long.


hash(x+const), hash^n(x), etc. are also hash functions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: