+ 1
How to store user input data(HTML form) in excel sheet using python????
2 Respostas
0
♦️in addition I want to edit the question♦️
how to to store the input in encrypted form so that no one can read it.. but python will print it if we want to display the store data
for example :
my_pass=input("Enter password : )
now how to store the inputed data in encrypted form..
so that if someone tries to print passwords it should be in encrypted form..
but when we print the data then it should be in plain text...
I know we can encrypt using cipher but when user looks into the source code then he will find the key to decode the encrypted data.... but we want to prevent it from decoding..
how can we achive it?