zoukankan
html css js c++ java
Hacking Secret Ciphers with Python
http://inventwithpython.com/hacking/chapters/
Chapter 1 - Making Paper Cryptography Tools
[related content]
Chapter 2 - Downloading and Installing Python
[related content]
Chapter 3 - The Interactive Shell
[related content]
Chapter 4 - Strings and Writing Programs
[related content]
Chapter 5 - The Reverse Cipher
[related content]
Chapter 6 - The Caesar Cipher
[related content]
Chapter 7 - Hacking the Caesar Cipher with the Brute Force Technique
[related content]
Chapter 8 - The Transposition Cipher, Encrypting
[related content]
Chapter 9 - The Transposition Cipher, Decrypting
[related content]
Chapter 10 - Programming a Program to Test Our Program
[related content]
Chapter 11 - Encrypting and Decrypting Files
[related content]
Chapter 12 - Detecting English Programmatically
[related content]
Chapter 13 - Hacking the Transposition Cipher
[related content]
Chapter 14 - Modular Arithmetic and the Multiplicative Cipher
[related content]
Chapter 15 - The Affine Cipher
[related content]
Chapter 16 - Hacking the Affine Cipher
[related content]
Chapter 17 - The Simple Substitution Cipher
[related content]
Chapter 18 - Hacking the Simple Substitution Cipher
[related content]
Chapter 19 - The Vigen鑢e Cipher
[related content]
Chapter 20 - Frequency Analysis
[related content]
Chapter 21 - Hacking the Vigen鑢e Cipher
[related content]
Chapter 22 - The One-Time Pad Cipher
[related content]
Chapter 23 - Finding Prime Numbers
[related content]
Chapter 24 - Public Key Cryptography and the RSA Cipher
[related content]
查看全文
相关阅读:
C++11并发之std::thread<转>
YUV420格式解析<转>
在windows、linux中开启nginx的Gzip压缩大大提高页面、图片加载速度<转>
curl 超时设置<转>
C++中map用法详解《转》
同一台服务器配置多个tomcat服务的方法
找出两个排好序的数组的中位数
mysql中设置默认字符编码为utf-8
大步小步攻击算法_完全版
ACL登陆认证
原文地址:https://www.cnblogs.com/blockcipher/p/3266357.html
最新文章
zxing 生成二维码
Web API 和 WCF 的比较
SignalR ——转
Oracle、MySql、SQLServer 数据分页查询
SQL SERVER优化 ——转
随笔分类
NFine
CSS魔法堂:Reset CSS
JS魔法堂:元素克隆、剪切技术研究
HTML语义化:HTML5新标签——template
热门文章
HTML语义化:HTML5的新标签及IE5.5~9的部分兼容方案
语义化HTML:ul、ol和dl
语义化HTML:p、h1-6、q、blockquote、hr、address、code、pre、var、cite、dfn和samp
语义化HTML:i、b、em和strong标签
JS魔法堂:ES6新特性——GeneratorFunction介绍
JS魔法堂:mmDeferred源码剖析
JS魔法堂:再次认识Function.prototype.call
NativeClient开发指南
windowsAPI之OpenProcessToken,AdjustTokenPrivileges 和LookupPrivilegeValue<转>
mingw编译ffmpeg 错误:Unknown option "--enable-memalign-hack"
Copyright © 2011-2022 走看看