开发者

Cryptography-grade random numbers in Access 2010

I'm trying to come up with a marginally secure way of storing passwords in a networked application that uses an Access 2010 fron开发者_Python百科tend. To this end, I am attempting to implement Bcrypt's algorithm in Visual Basic for Applications.

I have found that to fetch a random number in Access, one must use Randomize() and Rnd(). However, it seems that the output of these methods are predictable and should not be used for cryptography. Should I just go with it because anything is better than storing passwords in plaintext? Or is there a better solution? Of course, ideally someone else has already written this, but I can't find it.


I've found this SHA-256 digest hashing algorithm implemented in VBA which doesn't appear to use (or need!) random numbers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜