emilbayes / secure-password

Making Password storage safer for all
ISC License
569 stars 22 forks source link

Implement toString and fromString function to add/remove padding #19

Open Extarys opened 5 years ago

Extarys commented 5 years ago

I'd like to suggest the implementation of a function that would return the buffer as a stripped string for easy storage and another function that would convert back to buffer and add the necessary padding before verification.