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 ]
English | 03/17/21 04:15 | Lluís Turró Cutiller | |
English | 11/21/21 16:31 | Lluís Turró Cutiller | |
English | 01/14/22 12:43 | Lluís Turró Cutiller | |
English | 06/26/22 17:02 | Lluís Turró Cutiller | |
English | 10/11/22 03:54 | Lluís Turró Cutiller |