实验内容:用MATLAB实现 Hilln密码程序(包括加密、解密及破译三个环节) 一 实验目的 实现Hilln密码体系的关键环节(加密、解密、破译)
2022-03-23 16:55:22 31KB hill
1
用于各种古典加密,是用C语言写的,playfair hill Vigenere和仿射密码的加解密
2021-12-29 13:46:39 8KB playfair hill Vigenere 仿射密码
1
盖尔曼和希尔(2006) 经典教科书《 范例和资料。 笔记本电脑 笔记本文件包含R脚本的代码,输出和格式注释。 在研究示例时,我保存了笔记本。 第七章 BUGS vs.斯坦 我创建了这个存储库,以便可以作为RStudio项目浏览本书的示例。 事情变得稍微复杂了:本书中的BUGS代码实际上不受支持(支持Stan)。 我最初是从下载资料的,并将其存储在此存储库中。 这些文件使用BUGS进行模型拟合,因此它们代表了本书第一版(2006)的规范计算材料。 Gelman的现在标题为“使用Stan代替”,因此我将改为使用 / RStan。 幸运的是,本书 Stan的资料,并且我已经用Stan的示例替换了BUGS的示例。 这些Stan的例子来自2015年左右。 我可以自由地修改示例并在处理示例时重命名文件。 我已经用和未修改版本标记了这些提交,以便可以随时使用。
2021-12-08 21:13:05 12.85MB PostScript
1
时至期末,补习信息安全概论作业。恰巧遇古典密码学算法中的playfair算法和hill算法,用javascript语言实现起来是在有趣,边查百度边编码,顺便好好补习一下javascript基础。 playfair Playfair密码(英文:Playfair cipher 或 Playfair square)是一种替换密码。依据一个5*5的正方形组成的密码表来编写,表中排列有25个字母。对于英语中的26个字母,去掉最常用的Z,构成密码表。 实现思路: 1,编制密码表   密钥是一个单词或词组,密码表则根据用户所给出的密钥整理而出。若有重复字母,可将后面重复的字母去掉。  如密钥crazy do
2021-12-06 08:24:09 89KB AS asc c
1
Mobile Application Security,英文版本,PDF 格式,大小 4 Mb,作者:Himanshu Dwivedi、Chris Clark、 David Thiel。 Secure today's mobile devices and applications Implement a systematic approach to security in your mobile application development with help from this practical guide. Featuring case studies, code examples, and best practices, Mobile Application Security details how to protect against vulnerabilities in the latest smartphone and PDA platforms. Maximize isolation, lockdown internal and removable storage, work with sandboxing and signing, and encrypt sensitive user information. Safeguards against viruses, worms, malware, and buffer overflow exploits are also covered in this comprehensive resource. Design highly isolated, secure, and authenticated mobile applications Use the Google Android emulator, debugger, and third-party security tools Configure Apple iPhone APIs to prevent overflow and SQL injection attacks Employ private and public key cryptography on Windows Mobile devices Enforce fine-grained security policies using the BlackBerry Enterprise Server Plug holes in Java Mobile Edition, SymbianOS, and WebOS applications Test for XSS, CSRF, HTTP redirects, and phishing attacks on WAP/Mobile HTML applications Identify and eliminate threats from Bluetooth, SMS, and GPS services
2021-12-04 22:15:20 3.73MB iPhone 移动开发 安全 移动安全
1
Mathematics - McGraw-Hill Ryerson Mathematics of Data Management Grade 12
2021-12-04 00:00:49 10.44MB math
1
描述卫星相对运动的非线性Hill方程分析解
2021-11-16 11:03:00 5KB Matlab 卫星相对运动
1
多表代换密码(hill密码) 文件列表 crypt.h crypt.cpp 实验原理+函数说明.docx 原本是课程实验,现分享给大家,不足之处望指正。
2021-11-07 19:38:07 32KB 多表代换 Hill密码 希尔密码
1
实现了DES和Hill加解密,使用CBC方式分组链接,有简易的图形界面。 使用python 附送实验报告。
2021-11-03 18:07:01 691KB 代码 实验报告 DES Hill
1
马尔可夫链蒙特卡洛-0/1背包问题 该资料库引用了该学科的最终:《蒙特卡洛算法和马尔可夫链中的特殊主题》 ,PESC / COPPE / UFRJ ,由 教授在2018年第一学期教授。 学生们: 关于 该存储库的目的是为0/1背包问题建立解决方案,也就是说,每个元素都可以或不可以不经过重复就出现在解决方案中。 开发的代码旨在评估涉及Markov Chains Monte Carlo的不同算法的结果和性能。 与伪多项式求解算法和贪婪算法(称为“爬山”)相比,本文涵盖的技术涉及不同冷却和过渡策略下的随机游走,Metropolis Hastings,模拟退火算法。 此外,该存储库还试图提出可能的场景,在这些场景中,马尔可夫链蒙特卡洛算法比确定性算法更具优势。 运行算法 所有算法都是使用编写的,并且在src目录中可用。 在data目录中,您可以找到一些可以由算法执行的问题。 涉及Mark
1