SCMS is a secure content management system. Some
of its features are a role-based object-oriented
design, conformance to XHTML 1.0 Transitional,
strict I/O (input/output) validation, a custom
session implementation, support for SSL and
cookies (when run over SSL), session identifier
regeneration, idle session expiration, account
locking, account unlocking methods, encryption
(with MD5, AES, SHA1, SHA256, SHA512, or
WHIRLPOOL), and event logging.
License: GNU General Public License (GPL)
Changes:
29 April 2008 -Improved scms Configuration, now can be accessed and overwritten on the fly within scms. JavaScript validation has been added. SessionAccessToken has been removed from the Sessions table and added as a session variable instead, which improves performance. An Execution Time Variable has been added that is displayed when scmsDebug is on. The SCMS footer has been changed to a static html (.shtml) file included in every page from "scms/scms_include/shtml/footer.shtml". Triple DES database encryption, supported by MySQL just like AES, has been added.