Giter Site home page Giter Site logo

crappy's People

Contributors

aguinet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

crappy's Issues

How can I solve this UnicodeError?

I've input a new txt file, which contains the encrypted id. However it returns with below error, is there anything I'd need to change for the .py scripts? Thanks
Traceback (most recent call last): File "./scripts/decr_priv_user_rsa.py", line 21, in <module> rkey = get_ransom_data(ransom_path,"GANDCRAB KEY") File "C:\Users\usrname\Desktop\mystuff\ttst\crappy\scripts\tools.py", line 16, in get_ransom_data for line in f if line == st)) File "C:\Users\usrname\Desktop\mystuff\ttst\crappy\scripts\tools.py", line 15, in <genexpr> out = "".join(chain.from_iterable(takewhile(lambda x: x != end,f) File "C:\Users\usrname\AppData\Local\Continuum\anaconda2\envs\py3\lib\codecs.py", line 320, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) File "C:\Users\usrname\AppData\Local\Continuum\anaconda2\envs\py3\lib\encodings\utf_16.py", line 67, in _buffer_decode raise UnicodeError("UTF-16 stream does not start with BOM") UnicodeError: UTF-16 stream does not start with BOM
I found the new .txt file was encoded in ascii, so I convert it to UTF-16 by adding "# -- coding: utf-8 --" to the header and return below errors, or there is a way that I can edit the codecs.py to read the .txt in ASCII? Thanks

Traceback (most recent call last): File "./scripts/decr_priv_user_rsa.py", line 22, in <module> privateKeySize = struct.unpack("<I", rkey[:4])[0] struct.error: unpack requires a buffer of 4 bytes

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.