Giter VIP home page Giter VIP logo

crypto_hackthon_2016's Introduction

Hi there 👋

I'm currently leaning Rust.

Github stats

  • 🔭 I’m currently working on: Anything but hacking
  • 🌱 I’m currently learning: Nothing including hacking
  • 💬 Ask me about: well....
  • 📫 How to reach me: try!

crypto_hackthon_2016's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

wangshu88 tojarar

crypto_hackthon_2016's Issues

运行set2/prob3/R_ECB_CBC.py报错 2333还是上一个issue的问题

C:\Users\liu1l\Desktop\crypto_hackthon_2016\set2\prob3 (master)
λ python R_ECB_CBC.py
Traceback (most recent call last):
  File "R_ECB_CBC.py", line 3, in <module>
    import AES_CBC_H,pkcs7
  File "C:\Users\liu1l\Desktop\crypto_hackthon_2016\set2\prob3\AES_CBC_H.py", line 2, in <module>
    import set1.AES_ECB,set1.hex_xor,set1.HexBase64
ImportError: No module named set1.AES_ECB

运行`set3/prob1/CBCpaddingOracle.py`有bug,我觉得应该检查一下`pkcs7.py`

C:\Users\liu1l\Desktop\crypto_hackthon_2016\set3\prob1 (master)
λ python CBCpaddingOracle.py
Traceback (most recent call last):
  File "CBCpaddingOracle.py", line 24, in <module>
    print checkCipher(encrypto(s))
  File "CBCpaddingOracle.py", line 10, in encrypto
    return AES_CBC_H.encrypt(pkcs7.pkcs7(m,16),key,iv)
AttributeError: 'module' object has no attribute 'pkcs7'

我觉得应该检查一下pkcs7.py,

同,运行set2/prob3/R_ECB_CBC.py报错:

C:\Users\liu1l\Desktop\crypto_hackthon_2016\set2\prob3 (master)
λ python R_ECB_CBC.py
Traceback (most recent call last):
  File "R_ECB_CBC.py", line 26, in <module>
    m=random_encrypto('this is a random encrypto!')
  File "R_ECB_CBC.py", line 16, in random_encrypto
    m = pkcs7.pkcs7(random_padm(m), 16)
AttributeError: 'module' object has no attribute 'pkcs7'

运行`set1/prob3/sorcipherde.py`报错,缺少`4.txt`文件

C:\Users\liu1l\Desktop\crypto_hackthon_2016\set1\prob3 (master)
λ python xorcipherde.py
('58', "Cooking MC's like a pound of bacon")
Traceback (most recent call last):
File "xorcipherde.py", line 37, in
f=open('4.txt','r')
IOError: [Errno 2] No such file or directory: '4.txt'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.