|
|
|
|
|
by nikcub
3397 days ago
|
|
It isn't the login password but the message password - although using sha256 for a login password isn't great either if you're doing aes(plaintext, sha2(password)) = cyphertext given cyphertext I can get to plaintext with sha2(8-char dictionary) well designed systems will generate a truly random key there, exchanged using public-key. if you're going to use a password, you need a key-derivation algorithm this is all bunk tho since the big vulnerability here is that you're delivering the encryption routines via javascript in a global browser space |
|
So what about mailvelope?