You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shuudoushi edited this page Jul 27, 2015
·
2 revisions
##Filesystem
'filesystem.lua' has minor changes to improve security and integrity of the software.
##Authorization
'auth.lua' is the primary library added to SecureOS. It's responsible for authorizations for the system, login, adding and removing users, ect.
##Hashing
At this time, there is only one library for hashing, and that's 'sha256.lua' and is used to hash user passwords without the need for the data card.