File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 756
756
" )"
757
757
]
758
758
},
759
+ {
760
+ "cell_type" : " markdown" ,
761
+ "metadata" : {},
762
+ "source" : [
763
+ " ### Password\n " ,
764
+ " \n " ,
765
+ " The `Password` widget hides user input on the screen. **This widget is not a secure way to collect sensitive information because:**\n " ,
766
+ " \n " ,
767
+ " + The contents of the `Password` widget are transmitted unencrypted.\n " ,
768
+ " + If the widget state is saved in the notebook the contents of the `Password` widget is stored as plain text."
769
+ ]
770
+ },
771
+ {
772
+ "cell_type" : " code" ,
773
+ "execution_count" : null ,
774
+ "metadata" : {},
775
+ "outputs" : [],
776
+ "source" : [
777
+ " widgets.Password(\n " ,
778
+ " value='password',\n " ,
779
+ " placeholder='Enter password',\n " ,
780
+ " description='Password:',\n " ,
781
+ " disabled=False\n " ,
782
+ " )"
783
+ ]
784
+ },
759
785
{
760
786
"cell_type" : " markdown" ,
761
787
"metadata" : {
You can’t perform that action at this time.
0 commit comments