Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
Removed 'Known issues' section from README and added information about maximum length of text which can be encrypted.
  • Loading branch information
SKocur committed Nov 16, 2017
1 parent cdb554c commit 64d11b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub version](https://badge.fury.io/gh/boennemann%2Fbadges.svg)](https://github.com/SKocur/Image-Cipher)

# Image-Cipher
Java based software for encrypting text into image.
Java based software for encrypting text into image. Number of characters you can encrypt is the width of the image divided by 13.

## Usage:
1. Find a photo to use for encryption.
Expand All @@ -22,6 +22,3 @@ Java based software for encrypting text into image.

### After encryption
![Demo](images/output.png)

### Known issues
* white spaces are replaced by 'V'

0 comments on commit 64d11b7

Please sign in to comment.