Giter VIP home page Giter VIP logo

tauti's Introduction

Tauti - Vigenère Cipher Tool

Tauti is a lightweight desktop application built with Tauri, designed to easily encode and decode text using the Vigenère Cipher. Features:

  • User-friendly UI: Simple and intuitive design, making the encoding and decoding process seamless.
  • Encode: Input your plain text and key to get Vigenère encoded text.
  • Decode: Input your cipher text and key to retrieve the original text.
  • Real-time Preview: See the encoded or decoded text change in real-time as you type.

Table of Contents:

  • Installation
  • Usage
  • Contributing
  • License

Installation:

Prerequisites:

  • Ensure you have the latest version of Node.js and Rust installed.
  • Install Tauri CLI globally: npm install -g tauri
  1. Clone the repository:
git clone https://github.com/yourusername/tauti.git
  1. Navigate to the project directory:
cd tauti
  1. Install the dependencies:
npm install
  1. Build the Tauri app:
tauri build
  1. Navigate to the src-tauri/target/release directory to find the built application. Launch it!

Usage:

  • Open Tauti.
  • Select either "Encode" or "Decode" based on your need.
  • Enter your text in the respective text box.
  • Enter the key for the Vigenère Cipher.
  • View the result in real-time.

Contributing:

We welcome contributions to Tauti!

  • Fork the repository.
  • Create your feature branch (git checkout -b feature/yourFeatureName).
  • Commit your changes (git commit -am 'Add some feature').
  • Push to the branch (git push origin feature/yourFeatureName).
  • Create a new pull request.

License:

This project is licensed under the MIT License. See the LICENSE file for more details.

tauti's People

Contributors

nwrenger avatar

Stargazers

 avatar

Watchers

 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.