|
|
|
|
|
by Sprite_tm
929 days ago
|
|
Am I the only one a bit worried about them using a fixed string as a salt? A salt is intended to make it hard to create a rainbow table. I don't know how much entropy is in their 'folderID' variable, but given that it's a 'short string', it seems low-entropy and not random. If so, the current implementation makes it trivial to make a rainbow table. That means that if you can get the passwordtoken and know a folderID, you can create a rainbow table that maps all possible passwordtokens to valid passwords. BTW: 'worried' as in 'code smell', not 'worried' as in 'the encryption can be easily broken'. |
|
Meaning its not fixed but every folder has its own salt