Elephant Security System is used to isolate contents based on user granted permissions. The content is generated at server side based on this security system.
Elephant uses a symmetric cipher with a unique key pair, to produce the ciphertext to be stored.
Before stored, the application measures the password strength and shows the result as a percentage. The rules for measuring the strength are:
isInRole
methodElephant provides isInRole
convenience method to check user assigned points. The method takes as string parameter with a permission checking syntax.
The scripts also provide a facade map named rolemap. The checking syntax will be rolemap['root:permission']
.
See [ Social groups, Permissions, Scripting, Actors, Concept permissions, Superuser ]