Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 1 of about 1 for cryptedpasswd (0.003 sec.)
35.5. crypt --- Unix パスワードをチェックするための関数 — Python 3.6.5 ドキュメ... 9414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ef login (): username = input ( 'Python login: ' ) cryptedpasswd = pwd . getpwnam ( username )[ 1 ] if cryptedpassw ... d : if cryptedpasswd == 'x' or cryptedpasswd == '*' : raise ValueError ... return compare_hash ( crypt . crypt ( cleartext , cryptedpasswd ), cryptedpasswd ) else : return True 利用可能な方 ... スワード , 文字 , 方式 , モジュール , salt , Unix , cryptedpasswd , 暗号 , 関数 Table of Contents 35.5. crypt --- Un ...
https://man.plustar.jp/python/library/crypt.html - [similar]
PREV 1 NEXT