C/C++密码学库Flint
2021-09-07 18:06:51 3.21MB Flint c++ 密码学
1
Cryptography has crept into everything, from Web browsers and e-mail programs to cell phones, bank cards, cars and even into medical implants. In the near fu- ture we will see many new exciting applications for cryptography such as radio frequency identification (RFID) tags for anti-counterfeiting or car-to-car commu- nications (we’ve worked on securing both of these applications). This is quite a change from the past, where cryptography had been traditionally confined to very specific applications, especially government communications and banking systems. As a consequence of the pervasiveness of crypto algorithms, an increasing number of people must understand how they work and how they can be applied in prac- tice. This book addresses this issue by providing a comprehensive introduction to modern applied cryptography that is equally suited for students and practitioners in industry.
2021-09-02 09:39:35 7.01MB cybersecurity
1
密码编码学与网络安全 原理与实践 教材已经被众多高校采用,有教师资源网站和学生资源网站。
2021-09-01 23:10:11 59.74MB cryptography   security
1
William Stallings Cryptography and Network Security Principles and Practice 最新第六版 非常少见的资源
2021-09-01 17:43:22 12.62MB William Stallings
1
密码学英文教材An Introduction to Mathematical Cryptography,讲得很好
2021-08-28 23:06:06 5.68MB 密码学 信息安全 英文 教材
1
密码编码学与网络安全 第五版 英文版 Cryptography and Network Security Principles and Practice, 5th Edition
2021-08-24 23:15:19 7.98MB 密码学
1
eciesjs TypeScript中secp256k1的椭圆曲线集成加密方案。 这是JavaScript /打字稿版本的带有内置类样secp256k1 ,你可以去那里详细的文档和学习引擎盖下的机制。 如果希望WASM版本在浏览器中运行,请检查 。 安装 npm install eciesjs 快速开始 > import { encrypt , decrypt , PrivateKey } from 'eciesjs' > const k1 = new PrivateKey ( ) > const data = Buffer . from ( 'this is a test' ) > decrypt ( k1 . toHex ( ) , encrypt ( k1 . publicKey . toHex ( ) , data ) ) . toString ( ) 'this is a test' API encrypt(receiverRawPub: string | Buffer, msg: Buffer): Buffer 参数: receiverRawPub-接收者的se
2021-08-22 13:35:04 42KB javascript cryptography typescript bitcoin
1
信息安全_数据安全_cryp-f03-other-cryptography 基础设施 安全设计 信息安全 信息保护 数据分析
2021-08-21 22:01:00 4.28MB 用户隐私 边界防御 安全对抗 风控系统
信息安全_数据安全_cryp-t08-general-cryptography 数据安全 漏洞挖掘 安全开发 web安全 情报处理
2021-08-21 22:00:56 3.81MB 工控安全 云安全 可信编译 移动安全
TF Encrypted是TensorFlow中用于加密机器学习的框架。 它看上去和感觉上都像TensorFlow,它利用Keras API的易用性,同时通过安全的多方计算和同态加密对加密数据进行训练和预测。 TF Encrypted的目的是在不要求密码学,分布式系统或高性能计算专业知识的情况下,使隐私保护机器学习随时可用。 有关更多,,请参见下文,或访问以了解有关如何使用该库的更多信息。 也非常欢迎您加入我们的以解决有关使用和开发的所有问题。 安装 TF Encrypted是上的一个软件包,支持Python 3.5+和TensorFlow 1.12.0+: pip install tf-
2021-08-20 13:15:07 1.68MB machine-learning cryptography privacy deep-learning
1