Giter Site home page Giter Site logo

bc1213 / crytography Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.76 MB

You have to do encrypt and decrypt the given string into following format. ex: “an apple laaptopp” --> “a1n1 1a1p2l1e1 1l1a2p1t1o1p2” (<alphabet><adjacent alphabet count>) Consider this example if I give the string as "an apple laaptopp" when encrypt it should return like this "a1n1 1a1p2l1e1 1l1a2p1t1o1p2" If suppose I given the encrypted string which means "a1n1 1a1p2l1e1 1l1a2p1t1o1p2" that should return "an apple laaptopp"

Java 100.00%

crytography's Introduction

Crytography

You have to do encrypt and decrypt the given string into following format. ex: “an apple laaptopp” --> “a1n1 1a1p2l1e1 1l1a2p1t1o1p2” (<alphabet><adjacent alphabet count>) Consider this example if I give the string as "an apple laaptopp" when encrypt it should return like this "a1n1 1a1p2l1e1 1l1a2p1t1o1p2" If suppose I given the encrypted string which means "a1n1 1a1p2l1e1 1l1a2p1t1o1p2" that should return "an apple laaptopp"

Flow

There are two screens, First screen contains two buttons, One is called Encrypt and another one is called Decrypt. If I press Encrypt/Decrypt button, it will take me to new screen, that screen contains one text field, one submit button and result label. If I chosen Encrypt, when I press the submit button, Entered text should encrypt and shown in result label. If text field is empty then don’t enable the submit button. When i edit the text field, should clear the result label. Likewise for decryption.

crytography's People

Contributors

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