gosa-project / gosa-core

GOsa core
GNU General Public License v2.0
16 stars 14 forks source link

add system crypt() and crypt_gensalt() in crypt password method #43

Open yangzhaofeng opened 2 years ago

yangzhaofeng commented 2 years ago

I wrote a plugin https://github.com/yangzhaofeng/php-crypt-gensalt for it. Now it is possible to let system libcrypt do the crypt step.