| 回到主頁 > PHP Class 下載 > 加密解密 | 上一頁 1 下一頁 |
| PHPSecureURL 檔案大小: 10 KB | 下載次數: 173 | 按此下載 在 PHP 需要在兩頁間傳遞數據可以使用以下的 GET 方法: http://www.monsite.net/mapage.php?parametre1=123&user=456 訪客可以修改這些數值,所以這種方法傳數據存在安全問題。例如他/她可以修改用戶編號來觀看或修改其他會員的資料。 這個 classe 就是用作隱藏傳遞的數值,你無需修改你的程式碼,只需加入幾行程式碼就可以,結果會變成以下這個模様: http://www.monsite.net/mapage.php?aku=DFgh4hfdg4454fgHFGHfg44fghfg4 | |
| gnuPG class 檔案大小: 11 KB | 下載次數: 102 | 按此下載 這個 class 支援多個加密鍵值加密/解密資料。 以下是 class 內各函式的功能: - GenKey: 建立一個新的鍵值. - Encrypt: 加密資料 - Decrypt: 解密被加密的資料 - Export: 輸出鍵值 - Import: 匯入多多個鍵值 - ListKeys: 列出所有在 key ring 的鍵值 - DeleteKey: 刪除在 key ring 內的鍵值 它不會建立臨時檔案,所以需要加密的檔案在處理時不會被其他程式存取。 | |
| Crypt Class 檔案大小: 11 KB | 下載次數: 97 | 按此下載 Crypt Class is a wrapper around libmcrypt_ functions, it greatly simplifies the interface and adds new features like embedded IV. It provides an easy way to encrypt and decrypt data, it automatically creates the IV and extracts it for you later. Crypt Class stores the IV with the encrypted string so every time you encrypt a string it will look different but decrypt to the original value. Crypt Class uses libmcrypt so twofish, blowfish, aes, and many other "real" encryption ciphers are available. Crypt Class also makes it easy to switch between encryption modes and ciphers. | |
| AzDGCrypt 檔案大小: 1 KB | 下載次數: 129 | 按此下載 不錯的加密 class。可以對字串快速加密/解密,作者建議使用在少於 30 個字串上。 | |
| base64img 檔案大小: 11 KB | 下載次數: 499 | 按此下載 實際上這不是一個 class,而是一個小程式。 通過它,可的網站就可以不用圖片了,可以把所有的圖片都轉成字串放在程式碼中。 | |
| 上一頁 1 下一頁 | |