How to store user input data(HTML form) in excel sheet using python???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to store user input data(HTML form) in excel sheet using python????

13th Jan 2021, 11:56 AM
Anjali Gouda
Anjali Gouda - avatar
2 Answers
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?
13th Jan 2021, 1:10 PM
Ratnapal Shende
Ratnapal Shende - avatar