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

📄 readme.txt

📁 私家珍藏的RSA Laborary有关加密的函数库
💻 TXT
字号:
To build RSAREF, copy the makefile for your operating system from the
'install' subdirectory to a new subdirectory. Then run your operating
system's 'make' program from the new subdirectory. The makefile will
compile the RSAREF source code and build the demonstration program.
Makefiles are found in subdirectories of the 'install' subdirectory:

     dos       Personal Computer running DOS, Microsoft C v8.0
     mac       Macintosh running System 7, MPW 3.2
     unix      NeXTStation, DECStation 3100, SPARCStation 1

For example, suppose you are running DOS with Microsoft's NMAKE
utility. From the new directory you would run the commands:

     copy ..\install\dos\makefile
     nmake

Note that when you transfer RSAREF to another operating system, the
following files in the 'rdemo/scripts' subdirectory should be
transferred in binary mode:

    - signatures: *.sig
    - initialization vectors: *.iv
    - envelopes: *.env
    - encrypted keys: *.key (excluding RSA key pairs in 508.key,
        767.key, 1024.key)

All other RSAREF files should be transferred in text mode.

⌨️ 快捷键说明

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