User talk:JJPMaster
Add topicAppearance
Latest comment: 25 days ago by JJPMaster in topic Your pull request
Welcome to Abstract Wikipedia!
[edit]Hello, JJPMaster. Welcome to the Abstract Wikipedia! View the Community portal or post to the Project chat if you need help with something. Happy editing!
Your pull request
[edit]Sorry for taking so long. I implemented the encryption. Immanuelle (talk) 07:34, 12 April 2026 (UTC)
- @Immanuelle: Okay, I feel like I need to make this clear: This is not a security measure. Encoding passwords in base64 is just a single step better than storing them in plaintext. Since base64 is easily reversible, it offers no real security advantage. The PR was solely because base64 is easier to parse from a
.envfile than plaintext due to the limited character set. JJPMaster (she/they) 13:58, 13 April 2026 (UTC)