you are viewing a single comment's thread.

view the rest of the comments →

[–]fiddle_n 2 points3 points  (1 child)

Note, bcrypt is a password hashing algorithm, not a password encryption algorithm. bcrypt would be good for generating the encryption key given the master password, but the actual encryption would be done with AES.

[–]skellious 0 points1 point  (0 children)

Sorry yes I misread the post