[Tutor] Verifying password hash is base64
Alan Gauld
alan.gauld at yahoo.co.uk
Tue Nov 16 18:37:37 EST 2021
On 16/11/2021 18:13, Ken Lai wrote:
> Hi All,
>
> I have a program that hashes passwords into base64, but I need to confirm.
> I found C# code on the net:
> Does Python have an equivalent?
Probably not equivalent but Python does have a base64 module
that should do what you need.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list