Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Version 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 05 Apr 23:46
· 971 commits to master since this release
v0.1.0

Built a CMS with security in mind:

  • Ed25519-signed automatic updating, powered by Halite
  • Argon2i password hashing
  • Prepared statements to prevent SQLi
  • Context-sensitive escaping (via Twig)
  • Integrated with CSPBuilder, plus a web UI to manage the rules
  • CSRF Prevention baked in
  • Secure long-term authentication
  • Incredibly powerful and flexible access controls (whitelist-based)
  • Separate authentication (users) from public identities (authors)