Wednesday, 11 September 2013

can multiple elements be used in a hash table?

can multiple elements be used in a hash table?

I am trying to create a table that contains the user name, an encypted
pass phrase and a salt. The pass phrase and associated salt are unique to
the user name. Would a hash table be a good idea for this setup or should
I use a different data structure?

No comments:

Post a Comment