File_Passwd_Authbasic::listModes
File_Passwd_Authbasic::listModes() – Get supported encryption modes
Synopsis
array
File_Passwd_Authbasic::listModes (
)
Description
Returns an array of supported encryption modes.
<pre>
array
+ md5
+ sha
+ des
</pre>
ATTN: DES encryption not available on Win32!
Return value
array - supported encryption modes.
Note
This function can not be called statically.