本文要推薦的[ToolFk]是一款程序員常用的線上免費測試工具箱,ToolFk 特點是專一於程序員平常的開發工具,不用安裝任何軟件,只要把內容貼上按一個執行按鈕,就能獲取到想要的內容結果。ToolFk還支持 BarCode條形碼在線生成、 QueryList採集器、 PHP代碼在線運行、 PHP混淆、加密、解密、 Python代碼在線運行、JavaScript在線運行、YAML格式化工具、HTTP模擬查詢工具、HTML在線工具箱、JavaScript在線工具箱、CSS在線工具箱、JSON在線工具箱、Unixtime時間戳轉換、Base64/URL/Native2Ascii轉換、CSV轉換工具箱、XML在線工具箱、WebSocket在線工具、Markdown 在線工具箱、Htaccess2nginx 轉換、進制在線轉換、在線加密工具箱、在線僞原創工具、在線APK反編譯、在線網頁截圖工具、在線隨機密碼生成、在線生成二維碼Qrcode、在線Crontab表達式生成、在線短網址生成、在線計算器工具。等20多個平常程序員開發工具,算是一個很是全面的程序員工具箱網站。javascript
網站名稱:ToolFk
網站鏈結:www.toolfk.com/
工具連接:www.toolfk.com/tool-conver…php
本工具[在線MD五、SHA、AES、Rabit 、RC四、TripleDES Ripemd160 加密解密工具]依賴的代碼庫爲 https://github.com/brix/crypto-jscss
STEP 1html
STEP 2java
核心代碼以下python
function md5_encode(key,message){
return CryptoJS.MD5(key+message).toString();
}
function macmd5_encode(key,message){
return CryptoJS.HmacMD5(message,key).toString();
}
function ase_encode(key,message){
return CryptoJS.AES.encrypt(message, key).toString();
}
function ase_decode(key,message){
var decryptResult = CryptoJS.AES.decrypt(message, key);
return decryptResult.toString(CryptoJS.enc.Utf8);
}
function des_encode(key,message){
toolfk.report('des_encode',key+":"+message);
return CryptoJS.DES.encrypt(message, key).toString();
}
function des_decode(key,message){
var decryptResult= CryptoJS.DES.decrypt(message, key);
return decryptResult.toString(CryptoJS.enc.Utf8);
}
function rabit_encode(key,message){
return CryptoJS.Rabbit.encrypt(message, key).toString();
}
function rabit_decode(key,message){
var decryptResult = CryptoJS.Rabbit.decrypt(message, key);
return decryptResult.toString(CryptoJS.enc.Utf8);
}
function rabit_legacy_encode(key,message){
return CryptoJS.RabbitLegacy.encrypt(message, key).toString();
}
function rabit_legacy_decode(key,message){
var decryptResult= CryptoJS.RabbitLegacy.decrypt(message, key);
return decryptResult.toString(CryptoJS.enc.Utf8);
}
function sha1_encode(key,message){
return CryptoJS.SHA1(key+message).toString();
}
function sha224_encode(key,message){
return CryptoJS.HmacSHA224(message,key).toString();
}
function sha256_encode(key,message){
return CryptoJS.SHA256(key+message).toString();
}
function sha384_encode(key,message){
return CryptoJS.HmacSHA384(message,key).toString();
}
function sha512_encode(key,message){
return CryptoJS.SHA512(key+message).toString();
}
function sha3_encode(key,message){
return CryptoJS.SHA3(key+message).toString();
}
function tripledes_encode(key,message){
return CryptoJS.TripleDES.encrypt(message, key).toString();
}
function tripledes_decode(key,message){
var decryptResult= CryptoJS.TripleDES.decrypt(message, key);
return decryptResult.toString(CryptoJS.enc.Utf8);
}
function rc4_encode(key,message){
return CryptoJS.RC4.encrypt(message, key).toString();
}
function rc4_decode(key,message){
var decryptResult= CryptoJS.RC4.decrypt(message, key);
return decryptResult.toString(CryptoJS.enc.Utf8);
}
function rc4drop_encode(key,message){
return CryptoJS.RC4Drop.encrypt(message, key).toString();
}
function rc4drop_decode(key,message){
var decryptResult= CryptoJS.RC4Drop.decrypt(message, key);
return decryptResult.toString(CryptoJS.enc.Utf8);
}
function ripemd160_encode(key,message){
return CryptoJS.RIPEMD160(key+message).toString();
}
function hmac_piremd160_encode(key,message){
return CryptoJS.HmacRIPEMD160(message,key).toString();
}複製代碼
整合各種程序員開發中常用的開發測試工具。nginx
簡潔美觀大氣的網站頁面git
支持 在線格式化執行代碼、APK在線反編譯、在線高強度密碼生成、在線網頁截圖 等二十多種工具服務程序員
同時還推薦一下它的姐妹網 www.videofk.com 視頻下載工具箱 github