Jump to content

User talk:JJPMaster

Page contents not supported in other languages.
Add topic
From Abstract Wikipedia
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!

Koavf (talk) 15:03, 3 April 2026 (UTC)Reply

Your pull request

[edit]

Sorry for taking so long. I implemented the encryption. Immanuelle (talk) 07:34, 12 April 2026 (UTC)Reply

@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 .env file than plaintext due to the limited character set. JJPMaster (she/they) 13:58, 13 April 2026 (UTC)Reply