Giter Site home page Giter Site logo

skocur / image-cipher Goto Github PK

View Code? Open in Web Editor NEW
54.0 4.0 16.0 17.62 MB

Steganography software for encrypting text into image that uses modified version of LSB (Least Significant Bit) algorithm.

License: Apache License 2.0

Java 87.58% CSS 0.14% Groovy 12.28%
encryption decryption image-processing javafx image-cipher java steganography photos lsb lsb-steganography

image-cipher's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

image-cipher's Issues

Add permission asking (Android)

Add - asking user for permission to access smartphone's storage in order to fetch image and process it. According to this, for now, app works only on Android devices that have OS system version lower than 6.0.

This feature can be implemented in MainActivity as it is "starter" activity for the Image Cipher.

Add Button that will save image

User can process image with few options available to choose from GUI created in FXML file.

Add Button (in specified FXML file) that will be responsible for saving processed image to file. After it, implement feature that will enable user to do so. Here is "TODO" comment that will help: code.

It would be nice to attach (in comment under this issue) screenshot that shows modified GUI.

RSA Encryption

Implement valid RSA Encryption in RSAEncryption.java that will work with all RSA public key formats.

It would be good if this code could use LowLevelBitEncryption. Something like presented below:

Encrypter encrypter = new LowLevelBitEncryption(fileName);
encrypter.encrypt(new String(encrypted, StandardCharsets.UTF_8));

where encrypted is variable that holds encrypted (via RSA) data.

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.