shari-sushi / V-Kara-Lists

Vカラ(Vtuber歌枠把握アプリ)
MIT License
18 stars 3 forks source link

ローカルでログイン、会員登録できない #276

Closed shari-sushi closed 11 hours ago

shari-sushi commented 15 hours ago

今ローカル用の.envが

AES_KEY=11111111111111111111111111111111
AES_IV=11111111111111111111111111111111

で、22桁?

AES暗号のKEYって16、24, 32桁じゃないとダメかもしれないし、そもそも32桁じゃないとAES-256にならないかも。

// NewCipher creates and returns a new [cipher.Block].
// The key argument should be the AES key,
// either 16, 24, or 32 bytes to select
// AES-128, AES-192, or AES-256.
shari-sushi commented 13 hours ago

でも根本原因はそれじゃなくて、godotenvより先にbcrypt系のコードがenvファイル読み込んでるからっぽい。 initの順番制御か…

→ 各packageのinit関数廃止にして、mainのinit関数にまとめた