1.delphiԴ?源码layui form源码????
delphiԴ?????
加密/解密一个字符串
{ Begin code }
program Crypt;
uses WinCRT;
const
C1 = ;
C2 = ;
function Encrypt(const S: String; Key: Word): String;
var
I: byte;
begin
Result[0] := S[0];
for I := 1 to Length(S) do begin
Result[I] := char(byte(S[I]) xor (Key shr 8));
Key := (byte(Result[I]) + Key) * C1 + C2;
end;
end;
function Decrypt(const S: String; Key: Word): String;
var
I: byte;
begin
Result[0] := S[0];
for I := 1 to Length(S) do begin
Result[I] := char(byte(S[I]) xor (Key shr 8));
Key := (byte(S[I]) + Key) * C1 + C2;
end;
end;
var
S: string;
begin
Write('>');
ReadLn(S);
S := Encrypt(S,);
WriteLn(S);
S := Decrypt(S,);
WriteLn(S);
end.
2024-12-23 00:12182人浏览
2024-12-22 23:56440人浏览
2024-12-22 23:432444人浏览
2024-12-22 23:121897人浏览
2024-12-22 22:471372人浏览
2024-12-22 22:242521人浏览
中国消费者报上海讯黄晓宇记者刘浩)疫情防控期间,上海市黄浦区市场监管局加强分类指导,与街道和各部门协同联动,倡导“三不”服务,助力企业复工,守牢疫情防控安全线。记者了解到,随着
1.盟重冰雪单职业游戏源码如何2.CS:GO官方封禁超304000作弊帐号;任天堂疑似开发工具、源代码等机密数据泄露;Valorant上线全新处罚功能3.盘点2021年十大垃圾游戏!每玩一款都是在浪费
1.????¼??ϵͳԴ??2.源码时代和达内的授课方式怎么样啊,哪个比较好啊?3.浙江在线网校系统那种好4.浙江在线课堂直播系统定制5.源码时代这家IT培训机构怎么样,有学过的朋友可以出来讲讲真话吗