Git Product home page Git Product logo

py-js-xecrypt-decrypter's Introduction

This is a Python/JS script that can be used to decrypt data encrypted using the Xecrypt encryption algorithm.

Xecrypt Decryption Script (Python3)

Usage

  1. Ensure you have Python 3 installed on your system.

  2. Clone this repository or download the script file (xecrypt_decrypt.py) directly.

  3. Open a terminal or command prompt and navigate to the directory where the script is located.

  4. Run the script with the following command:

python3 xecrypt_decrypt.py [encrypted file]

Replace [encrypted file] with the path to the file containing the encrypted data.

  1. The script will attempt to decrypt the data and display the decrypted output on the screen.

  2. Enter any character (except 'q') and press Enter to continue to the next decryption attempt.

  3. To exit the script, enter 'q' and press Enter.

Xecrypt Decryption Script (Javascript)

  1. Incude the js file in your project.

  2. Call XUcrypt(XEcryptString).

Example

console.log(XUcrypt(<encrypted data>));

Xecrypt Decryption Script (Python (Javascript ported to Python))

Example

print(XUcrypt(open('xe.txt', 'r').read()))

Note:

This is not my own script. I needed it for https://www.hackthissite.org/missions/realistic/6/index.html. Initially i found this, but only supports Python2, so i ported it to python3. And about the Javascript, i found that about 10 minutes later (here) so i decided to include that in the repo as well. I decided to port the Javascript to python.

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.