ユニコード・オブジェクトは、ハッシュ・エラーの解決前にエンコードする必要があります。
2022-01-23 23:21:32
登録したユーザーデータを送信した後に、エラーとともに表示されます。 update() は暗号化する文字列の文字エンコーディングを指定する必要があります。
s1 = sha1()
s1.update(upwd.encode("utf8")) # specify the encoding format, otherwise it will report an error
upwd3 = s1.hexdigest()
s1 = sha1()
s1.update(upwd.encode("utf8")) # specify the encoding format, otherwise it will report an error
upwd3 = s1.hexdigest()
関連
-
Solve ImportError: cannot import name 'np_utils' from 'tensorflow.keras.utils'
-
Resolve "ImportError: cannot import name 'imresize'"."
-
仮想環境を作成するコマンドが見つからない virtualenv: コマンドが見つからない
-
np.random.multivariate_normalメソッド解析
-
OSError[Errno 48]:アドレスは既に使用されています 解決方法
-
ValueErrorです。変数 `x` と `y` のどちらも数値でないように見えます。
-
UnicodeDecodeError: 'ascii' コーデックは位置 0 のバイト 0xe5 をデコードできません: 序数が範囲 (128) にありません。
-
ValueError: 解凍に0以上の値が必要
-
pyinstaller パッケージ生成 .exe 実行ファイルエラー "IndexError: tuple index out of range"
-
pygalマッピング "AttributeError: 'NoneType' オブジェクトには 'decode' という属性がありません"
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
Python がエラー xxx.whl はこのプラットフォームでサポートされているホイールではありませんと報告します。
-
Python組み込み関数 - min関数とmax関数 - 詳細解説
-
[Python 標準ライブラリ] math--math 関数
-
Python Hashmap/Dictionary 使用ガイド
-
TypeError: バイトライクオブジェクトで文字列パターンを使用できない
-
Selenium issue IOError: [Errno 2] そのようなファイルまたはディレクトリがありません: 'nul'
-
Pythonのselfの使い方を詳しく、または常にプロンプトを表示します。TypeError: add() missing 1 required positional argument: 'self' 問題は解決されました。
-
Python Numpy.ndarray ValueError: 代入先が読み取り専用です。
-
AttributeError: 'dict' オブジェクトには 'iteritems' という属性がありません。
-
AttributeError:partially initialized module ''has no attribute'' (most likely dueto a circular import)