Code Monkey home page Code Monkey logo

fearvm's Introduction

zstring = (
'JZHdcoIwEEbveWrUiooWxPKjolbFsaCiqKNG1PIwzW6Sq75ClzLDRch+5+wmwbaDjbMKY6'
'UbeKlB3+HM1MCJZb6VhYWPBQZz9DJkCY59DAJgk99nj9+HYqqryMLLBod17Ow0zqwqCrdY'
'nRiZYJWIJJdFDb5HJfN84vDAXzZMYtm8c5ZCZvM850xX4ybxLvR3VCO4KqtaIIv7j16DRU'
'+NbmAZYJ9oX4zfZNNVLNIwXWFwJTfsG5hGBAs3BjMsOzRYqXh+QCvHzIVwqYHVpR/lFfSR'
'g+cODHrVzGK6wOWaALncygGjGAUgnEFhwKStge2o5oX6SIPEetlwElfHIwazFWYnwtTa1l'
'Q94nlIGujPOOuSpsTGnoo+aY1+C4cWjQ3tB2XQDHEwKMeuRJc9MqZh8MWZL7weAWJpiU6L'
'vyx5SEVSyKtZjn2sE8Nfc6mfhedSCd4LTR6O/7f5jn6KD4ceAG9HZCasNqT/Aw=='
)

# len(zstring): 484
import base64, zlib
zstring = base64.b64decode(zstring)
zstring = zlib.decompress(zstring,-15)
string = zstring.decode("utf-8")
print(string)

fearvm's People

Contributors

moepus avatar

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.