Pwd class¶
- class cryptosyspki.Pwd¶
Password dialog utility.
- static prompt(caption='', prompt='')¶
Return a password entered into a dialog box.
- Parameters:
caption (str) -- Caption for dialog window
prompt (str) -- Wording for prompt
- Returns:
String containing password or Empty string if user cancels
- Return type:
str