也就是md5($password)和$salt一起组成的字符串 "a"."b"就是 "ab"
salt不是算法,只是一个变量而已,其实是用了PHP的crypt单向加密函数例如$A=md5('密码'); $B=crypt($A);
Threaded Mode [How To?] Decrypt md5+salt? password from phpmyadmin?Ultimated Posts: 61 Threads: 21 Joined: Jul 2011 #1 2011-07-20, 03:52 PM do u know?a friend of me asking this because he wanna know how to find out the password because he want to connect to users via log in ...
salt付きMD5パスワード記憶スキームは、salt形式のMD5メッセージ・ダイジェスト・アルゴリズムを使用してユーザー・パスワードをエンコードするメカニズムを提供します。このスキームには、SMD5という記憶スキーム名のユーザー・パスワード構文の実装と、MD5という記憶スキー...