Giter Club home page Giter Club logo

encryptlab's Introduction

A Free and Comprehensive Encrypt & Decrypt Tools with example code in Node.js.

All Contributors

tag CI License: MIT Issue Forks Stars

The purpose of EncryptLab is to make it easier for developers to understand how each encryption works with tools and example code in Node.js.

List of Available Encryption

API

Here's open and free API that you can use for development.

Triple DES

  • Encrypt

    API URL: https://encryptlab.tech/3des/encrypt
    Method: POST

    Request body:

    Name Type Description
    data String The plain text you want to encrypt
    key String Encrypt secret key
  • Decrypt

    API URL: https://encryptlab.tech/3des/decrypt
    Method: POST

    Request body:

    Name Type Description
    data String The encrypted text you want to decrypt
    key String Secret key when you encrypt

RSA

  • Encrypt

    API URL: https://encryptlab.tech/rsa/encrypt
    Method: POST

    Request body:

    Name Type Description
    data String The plain text you want to encrypt
    key String The RSA public key you have
  • Decrypt

    API URL: https://encryptlab.tech/rsa/decrypt
    Method: POST

    Request body:

    Name Type Description
    data String The encrypted text you want to decrypt
    key String The RSA private key you have

Blowfish

  • Encrypt

    API URL: https://encryptlab.tech/blowfish/encrypt
    Method: POST

    Request body:

    Name Type Description
    data String The plain text you want to encrypt
    key String Encrypt secret key
    mode String Available values: cfb,cbc,ctr,gcm,ofb
    iv String Initialization Vector (max length: 8)
  • Decrypt

    API URL: https://encryptlab.tech/blowfish/decrypt
    Method: POST

    Request body:

    Name Type Description
    data String The encrypted text you want to decrypt
    key String Secret key when you encrypt
    mode String Available values: cfb,cbc,ctr,gcm,ofb
    iv String Initialization Vector (max length: 8)

Twofish

  • Encrypt

    API URL: https://encryptlab.tech/twofish/encrypt
    Method: POST

    Request body:

    Name Type Description
    data String The plain text you want to encrypt
    key String Encrypt secret key
  • Decrypt

    API URL: https://encryptlab.tech/twofish/decrypt
    Method: POST

    Request body:

    Name Type Description
    data String The encrypted text you want to decrypt
    key String Secret key when you encrypt

AES

  • Encrypt

    API URL: https://encryptlab.tech/aes/encrypt
    Method: POST

    Request body:

    Name Type Description
    data String The plain text you want to encrypt
    key String Encrypt secret key (max length: for 128 bit: 8, for 192 bit: 16, for 256 bit: 32)
    mode String Available values: cfb,cbc,ctr,gcm,ofb
    iv String Initialization Vector (max length: 8)
    bit Number Number of bit
  • Decrypt

    API URL: https://encryptlab.tech/aes/decrypt
    Method: POST

    Request body:

    Name Type Description
    data String The encrypted text you want to decrypt
    key String Secret key when you encrypt (max length: for 128 bit: 8, for 192 bit: 16, for 256 bit: 32)
    mode String Available values: cfb,cbc,ctr,gcm,ofb
    iv String Initialization Vector (max length: 8)
    bit Number Number of bit

Contributing

Want to make EncryptLab more perfect? Let's contribute and follow the contribution guide.

Contributors

Thanks to all of you who spend times to build this repository.


Muhammad Fauzan

๐Ÿšง

Ahmad Saugi

๐Ÿ“–

License

EncryptLab is under the MIT License

ForTheBadge built-with-love

encryptlab's People

Contributors

fzn0x avatar allcontributors[bot] avatar zuramai avatar

Stargazers

Roman avatar

Watchers

James Cloos 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.