代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/424465/10446480
c 08d.c
// Program Description: DECRYPT 16-bytes of data received from UART and display DECRYPTED data on LCD
//
// Author: Anurag Chugh (anurag@ucmicrosys.com)
// NOTES:
// --01--
// 128-bit Advanced
www.eeworm.com/read/325370/13209952
pas bwcrt.pas
unit BWCRT;
interface
uses
SysUtils, StrUtils ;
//加密函数
function Encrypt(const S: String; Key: String): String;
//解密函数
function Decrypt(const S: String; Key: String): String;