https://github.com/dotwee/sharecrypter
[DEPRECATED] A lightweight dialog-only application, that allows you to en-/decrypt your files using the AES/CBC/PKCS5Padding-method
https://github.com/dotwee/sharecrypter
Last synced: 8 months ago
JSON representation
[DEPRECATED] A lightweight dialog-only application, that allows you to en-/decrypt your files using the AES/CBC/PKCS5Padding-method
- Host: GitHub
- URL: https://github.com/dotwee/sharecrypter
- Owner: dotWee
- License: wtfpl
- Created: 2016-02-10T14:40:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T14:40:28.000Z (over 10 years ago)
- Last Synced: 2024-12-27T08:26:37.648Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShareCrypter
ShareCrypter is a lightweight dialog-only application, allows you to en-/decrypt your files using the AES/CBC/PKCS5Padding-method. You can also hash your password after the SHA-256 method befor en-/decryption.
Note: This application is only partly working. It currently can't resolve files from a ContentProvider. You need to send files using a normal file browser.
[](https://github.com/dotWee/ShareCrypter/issues)
[](https://github.com/dotWee/ShareCrypter/network/members)
[](https://github.com/dotWee/ShareCrypter/search?l=java)
## Features
The application itself
+ consumes no memory in the background - no background-services, no background-processes
+ is compatible down to Android Lollipop
+ is fully open source!
Main Features
+ Allows to hash your password using SHA-256 before en-/decryption
+ En-/Decrypts your files using AES/CBC/PKCS5Padding
Design & UI
ShareCrypter follows the official [Material Design](https://www.google.com/design/spec/components/dialogs.html#dialogs-specs) specs for dialogs.
## Dependencies
+ Google's Android Support Package v23.1.1
+ Jake Wharton's [ButterKnife](https://github.com/JakeWharton/butterknife) & [Timber](https://github.com/JakeWharton/timber)
+ Karumi's [Dexter](https://github.com/Karumi/Dexter)
## Changelog
View the [CHANGELOG.md](/docs/CHANGELOG.md).
## Questions / Issues / Bugs
For questions, issues or bugs, check the [Issues](https://github.com/dotWee/ShareCrypter/issues)-section of this repository.
## Build
This project is developed using JetBrain's latest IntelliJ IDEA and the latest Gradle-wrapper.
To compile ShareCrypter, simply import this project into **Android Studio** or **IntelliJ IDEA** and press the build-button.
**You may need to sign the built apk.** Read the official [documentation about signing applications](https://developer.android.com/tools/publishing/app-signing.html) for a how-to.
## License
Copyright (c) 2015 Lukas 'dotwee' Wolfsteiner
The source-code of ShareCrypter is licensed under the [_Do What The Fuck You Want To_](/LICENSE.md) public license.