Code Monkey home page Code Monkey logo

Comments (4)

kbroughton avatar kbroughton commented on May 9, 2024 1

works now. thanks!

from kubiscan.

g3rzi avatar g3rzi commented on May 9, 2024

Seems that some JWT token contains a 0x82 and the "utf-8" doesn't like it.

You can add "print (decoded_data)" between line 6 to line 7 here:

decoded_data = decode_base64(splitted_string[1])

It should print the decoded token before the decoding to UTF-8 and you can share it here if it is not sensitive.
But the problem is probably because the data contains 0x82 byte.

Easy solution is that I will ignore that errors but it will give you the token without the 0x82 byte.
Another solution is that I will print it in bytes if it fails.

I will try to reproduce it and think about good solution, I will update.

from kubiscan.

g3rzi avatar g3rzi commented on May 9, 2024

@kbroughton Please check now, I fixed it and tested it.

from kubiscan.

g3rzi avatar g3rzi commented on May 9, 2024

Thanks for reporting :)

from kubiscan.

Related Issues (20)

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.