sidharthkmishra / Peer-Evaluation-System

Software Engineering Concepts Course at UB
0 stars 1 forks source link

Reduce the size of the confirmation code to 10 which will be easy to copy and/or type #92

Closed sidharthkmishra closed 5 years ago

sidharthkmishra commented 5 years ago

I will use the hash256 on top of random generator and then get the first 10 character from that. Keep the size configurable by a variable constant

sidharthkmishra commented 5 years ago

Test: Get code multiple times with valid email id and check if the size is 10 and unique in each run