Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jff99 committed Jul 4, 2022
2 parents 3b1aab1 + 78936dd commit 86b33d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,21 @@
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="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/github_username/repo_name">
<a href="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/jff99/KeyCip">
<img src="images/logo.png" alt="Logo" width="70" height="80">
</a>

<h3 align="center">KeyCip</h3>
<a href="https://play.google.com/store/apps/details?id=jorgeff99.keymyinfo">
<img src="images/Play Store.png" alt="Play Store" width="200" height="80">
</a>

<a href="https://apt.izzysoft.de/fdroid/index/apk/jorgeff99.keymyinfo">
<img src="images/IzzyOnDroid.png" alt="Logo" width="200" height="80">
</a>

<p align="center">
<strong>KeyCip</strong> is an Android app that allows users to encrypt, decrypt and sign text, photos, videos and other files. To accomplish this goal, it relies on both <strong>RSA and AES algorithms.</strong> <strong>Sounds to complicated?</strong> Do not worry the workflow in order to make each one of the operations is a step-by-step process (even Youtube tutorials have beeen created). <strong>KeyCip</strong> has been designed to be as easy as posible, introducing mechanisms suchas as fingerprint authentication or QR code scannig for public key sharing. The most important part is that the whole code is available for the community as an open source project, so do not hesitate to colaborate or request any feature. And remember: <strong>Information belongs to us</strong>
<strong>KeyCip</strong> is an Android app that allows users to encrypt, decrypt and sign text, photos, videos and other files. To accomplish this goal, it relies on both <strong>RSA and AES algorithms.</strong> <strong>Sounds to complicated?</strong> Do not worry the workflow in order to make each one of the operations is a step-by-step process (even Youtube tutorials have beeen created). <strong>KeyCip</strong> has been designed to be as easy as posible, introducing mechanisms such as fingerprint authentication or QR code scannig for public key sharing. The most important part is that the whole code is available for the community as an open source project, so do not hesitate to colaborate or request any feature. And remember: <strong>Information belongs to us</strong>
<br />
<a href="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/jff99/KeyCip"><strong>Explore the docs »</strong></a>
<br />
Expand Down Expand Up @@ -192,7 +199,7 @@ You might feel overwhelmed by the quantity of classes and xml included within th
<!-- ROADMAP -->
## Roadmap

- [ ] Add the app to Fdroid Store
- [x] Add the app to Fdroid Store
- [ ] Add encryption and decryption of pictures and files through the keyboard (currently only text)
- [ ] Add authentication when encrypting and decrypting through the keyboard
- [ ] Add the possibility to open directly .zip files (instead of browsing for it)
Expand Down
Binary file added images/IzzyOnDroid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Play Store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86b33d4

Please sign in to comment.