联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 加密解密(112) 

[加密解密] RSAbrk

我喜欢玩数学来想出这个!
I enjoyed playing with math to come up with this ! (2024-04-16, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713482075783717.html

[加密解密] PlayRoulette

让多个地址玩
Let many addresses play , (2023-10-04, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1696468113740065.html

[加密解密] RSA-Encryption

玩RSA的基本实现,然后破解它。
Playing with basic implementation of RSA, then cracking it. (2016-12-04, Jupyter Notebook, 106KB, 下载0次)

http://www.pudn.com/Download/item/id/1480835204405997.html

[加密解密] RSA-2020-CTF

RSA 2020演讲“人人都能玩!”的材料和参考资料
Materials and references for RSA 2020 talk "Everyone Can Play!" (2021-03-31, JavaScript, 137KB, 下载0次)

http://www.pudn.com/Download/item/id/1617173602637109.html

[加密解密] MuzTalk

娱乐应用程序,允许用户聊天,观看youtube视频,发送他们的位置,也可以点击他们的图片与...
Entertainment App, allows user to chat, watch youtube videos, send their location, also can click their pictures with exciting filters. For user security, the messages are encrypted using RSA algorithm. (2021-12-10, Java, 3692KB, 下载0次)

http://www.pudn.com/Download/item/id/1639126739854202.html

[加密解密] transparent-disk-encryption-vagrant

玩透明磁盘加密游戏的游乐场
A playground for playing with transparent disk encryption (2018-10-22, Shell, 3KB, 下载0次)

http://www.pudn.com/Download/item/id/1540209543274648.html

[加密解密] persistence

用于保存玩家在Unity中的进度的库。
A library for saving player s progress in Unity. (2022-07-07, C#, 55KB, 下载0次)

http://www.pudn.com/Download/item/id/1657184702609681.html

[加密解密] cipher

密码是为好玩而开发的基本文本加密应用程序。
Cipher is a basic text encryption application developed for fun. (2022-12-12, JavaScript, 36083KB, 下载0次)

http://www.pudn.com/Download/item/id/1670820258984866.html

[加密解密] safepass

SafePass是一个简单而安全的密码管理工具,使用ReactJS和Firebase开发。安全通行证斯坦福大学Ja...
SafePass is a simple and secure password management tool developed using ReactJS and Firebase. SafePass Stanford s JavaScript Crypto Library (SJCL) for encryption and decryption. (2021-07-19, JavaScript, 3323KB, 下载0次)

http://www.pudn.com/Download/item/id/1626690842663859.html

[加密解密] Vigenere-Cipher-JS

Vigenère密码加密方法在JavaScript和一个HTML页面上玩。
Vigenère Cipher encryption method in JavaScript and an HTML page to play with it. (2018-10-02, JavaScript, 3KB, 下载0次)

http://www.pudn.com/Download/item/id/1538430637902664.html

[加密解密] chemist

简单、灵活和可测试的活动记录由SQLAlchemy提供支持-支持通过Py无缝加密字段...
Simple, flexible and testable active-record powered by SQLAlchemy - supports seamless encryption of fields through PyNaCL (2022-06-26, Python, 70KB, 下载0次)

http://www.pudn.com/Download/item/id/1656200238991909.html

[加密解密] shacham-and-waters-scheme

利用斯坦福大学的PB实现了具有私人验证的Shacham和Waters可重试性验证方案...
An implementation of Shacham and Waters Proofs of Retrievability Scheme with private verification using Stanford s PBC library. (2017-11-27, C, 41KB, 下载0次)

http://www.pudn.com/Download/item/id/1511723209105262.html

[加密解密] DotNetCoreCryptography

在.NET核心中玩加密的简单回购
Simple repo to play with Cryptography in .NET core (2023-04-18, C#, 43KB, 下载0次)

http://www.pudn.com/Download/item/id/1681794399429533.html

[加密解密] CryptoRl2

CryptoRl2是一个单玩家roguelike,用Java和MarteEngine编写
CryptoRl2 is a singleplayer roguelike, writte in Java with MarteEngine (2017-10-15, Java, 3784KB, 下载0次)

http://www.pudn.com/Download/item/id/1508047646576666.html

[加密解密] cryptography-playground

与python混在一起玩不同的加密和解密
Messing around with python to play with different encrypting and decryption (2021-12-29, Python, 6KB, 下载0次)

http://www.pudn.com/Download/item/id/1640778553261877.html

[加密解密] sms4

商密委规定的SMS4分组密码算法,试用于国内商用密码产品的研发。
Commercial cipher committee of SMS4 block cipher algorithm, the trial of the commercial password products in the domestic research and development. (2014-03-24, Visual C++, 398KB, 下载3次)

http://www.pudn.com/Download/item/id/2492015.html

[加密解密] Playfair

Playfair密码的加密解密程序,自己写着玩的~~
Playfair password encryption and decryption procedures, read, play ~ ~ (2012-11-24, Java, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/2058938.html

[加密解密] SRP6

SRP协议是由斯坦福大学计算机科学系的Thomas wu等开发的,英文全称是Security Remote Password(安全远程密码),经过严密的数学论证,SRP6被证明是一种非常安全的算法,我们可以在这里获取到SRP的协议的官方文档 http://srp.stanford.edu/ndss.html 在当下流行的网络游戏中,魔兽世界采用的就是SRP协议。
SRP agreement was signed by the Department of Computer Science at Stanford University Thomas wu and other developed English full name is Security Remote Password (secure remote passwords), after a rigorous mathematical proof, SRP6 proved to be a very secure algorithm, we can get here SRP protocol to the official documentation http://srp.stanford.edu/ndss.html in the present network of popular games, World of Warcraft is the SRP protocol used. (2009-12-06, Visual C++, 11KB, 下载42次)

http://www.pudn.com/Download/item/id/994353.html

[加密解密] 20071023

一个用古典密码playfair加密文件的加密器,写这玩的,解密函数也在 (2007-10-23, Visual C++, 174KB, 下载16次)

http://www.pudn.com/Download/item/id/349616.html

[加密解密] linice

linux下的内核级调试器,对在linux下调试程序感兴趣的朋友不妨一试
under linux kernel-level debugger for debugging the procedures under linux interested in a test might friends (2006-05-08, Unix_Linux, 1038KB, 下载20次)

http://www.pudn.com/Download/item/id/181498.html
总计:112