how to encrypt text in python using tkinter -


i want encrypt piece of text, if type in password come stars or dots i'm using tkinter if matters. in entry part can users password encrypted?

w2 = label(root, text="password") w2.pack()  e1 = entry(root) e1.pack() 

e1 = entry( root, show= '*', textvariable = passport ) 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -