首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 小值加密

小值加密

  • 资源大小:76.75 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 加密

资 源 简 介

This project describes a private data communication protocol. This project contains code that can be used to securely transmit 64 bit values. The code here is an implementation of the code required to receive values. Features of the encryption scheme: * Small ciphertext. 8 byte plaintext is expanded to 28 bytes ciphertext. * Integrity. HMAC used to authenticate message. * Monotonic initialization vector. It is possible to ensure the 16 byte initialization vector never repeats. * Time based. The current time is used as a component of the initialization vector so it is possible to recognize significantly stale messages.

文 件 列 表

64bitdecrypter
java
COPYING
.svn
cc
VIP VIP
0.205053s