⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个VB小程序,能够进行大数的计算,可以作为学习的参考
💻 TXT
字号:
---------------------------------------------------------------------------
Subject: Readme file for large-integer arithmetic Basic library
Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
Date   : 05-05-2004
Code   : Visual Basic for Windows 5.0 DLL demo
---------------------------------------------------------------------------

To run this demo
1) Copy all files to directory C:\Temp, including the three
 common files "bignumVB.dll", "bignumVB.bi" and "PrintFun.bas".
2) Open projectfile "Crypto.vbp" in the Visual Basic 5.0
 programming environment and press F5 to start.
3) Select field "Bitlength N" and press [Enter] to create
 256 bit keyfiles "Public.key" and "Private.key".
4) Select field "Plaintext", choose "Original.txt"
 and press [Enter] to start public-key encryption.
5) Select field "Ciphertext", choose "Encoded.bin"
 and press [Enter] to retrieve the plaintext.
6) Press F4 or [Alt]+R; Q to quit.

Never encrypt source files, but always use copies, as the
plaintext will be padded with nullbytes to fit the keylength.

If you want to start coding with the library, you'll find do's & don'ts
and a short description of the task each routine is able to perform in
include file "bignumVB.bi".

Read about public-key encryption at
  http://www.rsasecurity.com/rsalabs/faq/3-1-1.html

⌨️ 快捷键说明

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