Skip to content

Security: Devp31/Encryption-tool

Security

SECURITY.md

πŸ”’ Security Notes

⚠️ Limitations

  • Base64 is encoding, not encryption.
  • Weak hardcoded password (qazwsx).
  • GUI does not provide secure password input handling.

βœ… Recommendations

  • Replace Base64 with secure algorithms (AES, Fernet).
  • Add password-based key derivation.
  • Allow configurable passwords.
  • Add better error handling.

πŸ“š References

There aren't any published security advisories