mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Merge #1650 다양하게 활용 가능한 암호화 클래스 추가 by kijin
* pr/1650: Simplify IV creation routine by reusing Password class Add currentSessionOnly option to Crypto class Add Crypto class compatible with defuse/php-encryption
This commit is contained in:
commit
9dbe64e0da
2 changed files with 358 additions and 0 deletions
|
|
@ -342,6 +342,7 @@ $GLOBALS['__xe_autoload_file_map'] = array_change_key_case(array(
|
|||
'ModuleObject' => 'classes/module/ModuleObject.class.php',
|
||||
'Object' => 'classes/object/Object.class.php',
|
||||
'PageHandler' => 'classes/page/PageHandler.class.php',
|
||||
'Crypto' => 'classes/security/Crypto.class.php',
|
||||
'EmbedFilter' => 'classes/security/EmbedFilter.class.php',
|
||||
'IpFilter' => 'classes/security/IpFilter.class.php',
|
||||
'Password' => 'classes/security/Password.class.php',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue