Coder Social home page Coder Social logo

encryptdecrypt's Introduction

Purpose

This project was completed as part of a group learning exercise. Considering that this project is relatively basic, I decided to use SolidJS.

Demo

https://encryptdecrypt.netlify.app/

Project Features

User Stories

  1. ✅ User can see the app window with these components. Plain text message input field, encryption key input field and resulting encrypted or decrypted message
  2. ✅ User can enter the text to be encrypted in the plain text message input field
  3. ✅ User can enter the Encryption key that the Vigenere algorithm will use to encrypt the plain text message.
  4. ✅ The 'Decrypt' button should be disabled until the plain text has been encrypted.
  5. ✅ User can see the encrypted message displayed in the result field.
  6. ✅ The 'Decrypt' button should be enabled after the encrypted message has been displayed.
  7. ✅ User can click the 'Decrypt' button to decrypt the encrypted message and to display its contents in the result field.

Technical Specifications

Vigenere Cipher

The implementation of the Vignere Cipher follows the steps decribed on Wikipedia. There is an algebraic approach, but this implementation provides an example of the converstion of plain text steps to JavaScript syntax.

SolidJS

The library has a very similar API to React which can be misleading since the reactivity model does require a different perspective.

I have a lot of early opinions, but I think I will save them for another time.

Dependencies

  • solidjs
  • tailwindcss

encryptdecrypt's People

Contributors

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