Skip to content

Commit

Permalink
Update crypt key
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy00302 committed Feb 22, 2024
1 parent 6d19c51 commit 0ce12b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::path::PathBuf;

type Aes128EcbEnc = ecb::Encryptor<aes::Aes128>;

const CRYPT_KEY: &str = "Yohane the Parhelion - NUMAZU in the MIRAGE";
const CRYPT_KEY: &str = "Yohane the Parhelion - NUMAZU in the MIRAGE -";
const DEMO_KEY: &str = "Yohane the Parhelion - NUMAZU in the MIRAGE - Demo";

#[derive(Parser)]
Expand Down

0 comments on commit 0ce12b0

Please sign in to comment.