【已解决】RSA、MD5对应注释说明的加密算法在哪下载

2019-12-27 18:49发布

本帖最后由 JJKwong 于 2017-6-22 14:59 编辑

因为手上的这份代码被修改过,在不到源码了。

注释部分的说明是:
  1. /*
  2.         RSA.C - RSA routines for RSAEURO

  3.     Copyright (c) J.S.A.Kapp 1994 - 1996.

  4.         RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.

  5.         All functions prototypes are the Same as for RSAREF(tm).
  6.         To aid compatiblity the source and the files follow the
  7.         same naming comventions that RSAREF(tm) uses.  This should aid
  8.         direct importing to your applications.

  9.         This library is legal everywhere outside the US.  And should
  10.         NOT be imported to the US and used there.

  11.         All Trademarks Acknowledged.

  12.         RSA encryption performed as defined in the PKCS (#1) by RSADSI.

  13.         Revision history
  14.                 0.90 First revision, code produced very similar to that
  15.                 of RSAREF(tm), still it worked fine.

  16.         0.91 Second revision, code altered to aid speeding up.
  17.                 Used pointer accesses to arrays to speed up some parts,
  18.                 mainly during the loops.

  19.         1.03 Third revision, Random Structure initialization
  20.         double check, RSAPublicEncrypt can now return RE_NEED_RANDOM.
  21. */
复制代码
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。