文件名称:crypto:密码和注释
文件大小:152KB
文件格式:ZIP
更新时间:2024-05-26 08:31:17
Go
密码和注释 我将所有与密码相关的代码和注释都保存在此仓库中。 他们被归类为 斯坦福-关于Coursera笔记。 matasano- 代码。 aes-实施高级加密标准 如果您对加密技术感兴趣,建议您检查一下前两个。 挑战的代码是WIP,我总共完成了56个问题中的16个。 如果您想了解更多关于它们的信息,这里有一个。
【文件预览】:
crypto-master
----.gitignore(20B)
----Readme.md(656B)
----matasano()
--------12-break_aes_ecb_test.go(1KB)
--------08-detect_aes_ecb.go(687B)
--------10-aes_cbc.go(2KB)
--------07-aes_ecb_test.go(18KB)
--------04-find_xor_line_test.go(494B)
--------11-ecb_cbc_oracle.go(2KB)
--------14.5-break_ecb_moderate.go(3KB)
--------06-break_repeatedkey_xor.go(2KB)
--------06-data.txt(4KB)
--------09-pkcs7.go(892B)
--------14.5-break_ecb_moderate_test.go(1KB)
--------06-break_repeatedkey_xor_test.go(1KB)
--------04-find_xor_line.go(467B)
--------18-aes_ctr_test.go(2KB)
--------14-break_aes_ecb_hard.go(4KB)
--------02-singlekey_xor_test.go(392B)
--------16-cbc_bitflipping_test.go(450B)
--------09-pkcs7_test.go(2KB)
--------17-cbc_padding_oracle_test.go(827B)
--------16-cbc_bitflipping.go(1KB)
--------04-data.txt(19KB)
--------12-break_aes_ecb.go(2KB)
--------03-break_singlekey_xor.go(2KB)
--------03-break_singlekey_xor_test.go(434B)
--------01-hextobase64_test.go(2KB)
--------15-pksc7_validation.go(302B)
--------18-aes_ctr.go(2KB)
--------11-ecb_cbc_oracle_test.go(2KB)
--------01-hextobase64.go(5KB)
--------15-pksc7_validation_test.go(652B)
--------08-data.txt(64KB)
--------02-singlekey_xor.go(614B)
--------17-cbc_padding_oracle.go(2KB)
--------05-repeatedkey_xor_test.go(602B)
--------08-detect_aes_ecb_test.go(711B)
--------14-break_aes_ecb_hard_test.go(1KB)
--------10-aes_cbc_test.go(18KB)
--------05-repeatedkey_xor.go(518B)
--------07-data.txt(4KB)
--------07-aes_ecb.go(2KB)
--------10-data.txt(4KB)
--------13-ecb_cut_paste_test.go(2KB)
--------13-ecb_cut_paste.go(3KB)
----aes()
--------aes.go(6KB)
--------const.go(13KB)
--------aes_test.go(4KB)
--------readme.md(10KB)
--------perf_test.go(1KB)
--------aes_util.go(706B)
----stanford()
--------6.2-public-key-encryption-diffie-hellman.md(6KB)
--------6.1-public-key-encryption-trapdoor.md(8KB)
--------4.5-odds-and-ends.md(11KB)
--------6.3-unifying-theme.md(2KB)
--------1-stream-ciphers.md(12KB)
--------0-discrete-probability.md(4KB)
--------5.5-number-theory.md(7KB)
--------readme.md(392B)
--------2-block-ciphers.md(22KB)
--------3-message-integrity.md(20KB)
--------6-public-key-encryption.md(2KB)
--------5-basic-key-exchange.md(6KB)
--------4-authenticated-encryption.md(11KB)