Code Monkey home page Code Monkey logo

drupal-cryptography's Introduction

drupal-crytography

A custom module which encrypts user input using a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code, or Caesar shift. 12.09.2016

screenshot of project main page

Description

This is a simple web app for users to try out a custom module which encrypts user input using a Caesar Cipher. This is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions (either right or left) down the alphabet. Any spaces or punctuation in the input phrase are ignored and reproduced in the final result without being shifted.

Specifications:

Behavior Input Shift Value Input Shift Direction Input Phrase Encrypted Output
Shift right 1 right a b
Shift left 1 left b a
Shift right with wrap-around 1 right z a
Shift left with wrap-around 1 left a z
Shift right 'through' alphabet one or more times 55 right a d
Shift left 'through' alphabet one or more times 55 left a x
Enter multi-word phrase with punctuation 25 right E.T. phone home. d.s. ognmd gnld.

Setup/Installation Requirements

If editing:

Install and Configure PHP development environment - Please visit http://goo.gl/JDBJ0p for easy-to-follow instructions by Epicodus. In general, you will need to:

Known Bugs

No known bugs.

Support and contact details

For comments or questions, please email [email protected]

Technologies Used

  • PHP
  • MAMP Version 4.0.6
  • MySQL Server
  • phpMyAdmin Version 4.6.4
  • Drupal 7.52

License

This application is licensed under the MIT license

Copyright (c) 2016 Lisa MacCarrigan

drupal-cryptography's People

Contributors

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