Coder Social home page Coder Social logo

0aoq / .evext Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 74 KB

⚠️ zbase's EVEXT encryption protocol. This is an experimental package, and is not meant for production as of now.

License: Apache License 2.0

TypeScript 84.94% PowerShell 15.06%
encryption decryption encryption-protocol

.evext's Introduction

EVEXT Encryption Protocol

EVEXT is a protocol for encrypting and decrypting data. It fills each character with a random amount of zero-width characters. This is done to prevent the data from being easily decrypted.

The amount of characters added for a single character is determined by the character's position in the alphabet. The alphabet should be randomized to prevent data from being easily decrypted.

Usage

  1. Create a .env file in the root directory of your project with the "CONTROL_ALPHABET" variable set to the alphabet you want to use. It must include all lowercase characters, all upercase characters, numbers 1-9, a space character, and any special characters you want to use. The " character must be escaped with a \ in the .env file, otherwise the decompiled file will return blank.
  2. Run ./scripts/install.ps1 to install the required dependencies from NPM.
  3. Run ./scripts/test.ps1 to test the protocol.

A basic control alphabet looks like this: ~1234567890-=qwertyuiop[]\asdfghjkl;'zxcvbnm,./QWERTYUIOPASDFGHJKLZXCVBNM!@#$%^&*()<>?'\"
This example includes a-z, A-Z, 1-9, space, and most normal special characters. Its characters can be shuffled to create a unique alphabet.

Notes

The EVEXT protocol is not designed to be used with source code, as it will make it useless to any programs that attempt to run the code after it has been encrypted. Source files with more than 1000 lines of code may be hard to open in a text editor after encryption.

- The ZBASE EVEXT Team

.evext's People

Contributors

0aoq avatar dependabot[bot] 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.