Code Monkey home page Code Monkey logo

cryptique's Introduction

Cryptique


cryptique logo

cryptique v1


Table of Contents


Introduction

Cryptique is a secure file encryption and decryption tool built with Electron and Node.js. It leverages the cryptographic functionality provided by Node.js's crypto module to perform AES-256-CBC encryption and decryption of files, ensuring that your sensitive data remains protected.

๐Ÿ“š Features

  • File Encryption: Securely encrypts files using AES-256-CBC and more algorithms, ensuring that data cannot be accessed without the correct password.
  • File Decryption: Decrypts previously encrypted files with the same password used for encryption.
  • Progress Reporting: Displays encryption and decryption progress, updating in real-time.
  • Error Handling: Comprehensive error reporting to help diagnose issues during the encryption or decryption processes.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (v12.0.0 or higher)
  • npm (v6.0.0 or higher)
  • Electron

๐Ÿ›  Installation

Clone the repository to your local machine:

git clone https://github.com/truethari/cryptoque.git
cd cryptoque
$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

๐Ÿš€ Usage

Encrypting a File

  • Open the application.
  • Switch to the "Encrypt" tab.
  • Select a file using the file picker.
  • Enter a secure password in the password field.
  • Click "Encrypt File" to begin the encryption process.
  • The encrypted file will be saved in the same directory as the original file with a .enc extension.

Decrypting a File

  • Open the application.
  • Switch to the "Decrypt" tab.
  • Select an encrypted file (.enc) using the file picker.
  • Enter the password used during encryption.
  • Click "Decrypt File" to begin the decryption process.
  • The decrypted file will be restored under the same directory as the encrypted file.

๐Ÿ“„ License

Distributed under the MIT License. See LICENSE for more information.

๐ŸŒฑ Contribution

If you have any suggestions on what to improve in Reactfolio and would like to share them, feel free to leave an issue or fork project to implement your own ideas

cryptique's People

Contributors

truethari 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.