20562.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>  <head>    <title>Re: 如何将字串加密?</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 如何将字串加密?</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:honey0@tcts1.seed.net.tw">Honey</a> on October 23, 1999 at 20:08:51:<p>In Reply to: <a href="20556.html">如何将字串加密?</a> posted by 小马 on October 23, 1999 at 12:28:05:<p>: 呈诸位VB高手:]<br>:小弟想请问的是,如何写一function,<br>传入一字串,将加密后的字串放回原字<br>串;执行两次则传回原字串(xor),请不吝指教,非常感激.<p>既然都知道用xor运算来加密<br>应该也知道做两次xor就回复原来的值了 如<br>101  xor 011 = 110<br>110 xor 011 = 101<br>你的问题到底是...<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 20562--></ul><!--end: 20562--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?