Generate keypair java -jar signature.jar --generate
Sign a file java -jar signature.jar --sign --file yourfile --privatekey yourkey
Verify a file java -jar signature.jar --verify --file yourfile --publickey yourkey
If you notice any bugs or missing features, you can let us know by opening an issue here.
This project is subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license.
For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding.
Actions that you are allowed to do:
- Use
- Share
- Modify
If you do decide to use ANY code from the source:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
- Your modified application must also be licensed under the GPL
It's a local project using Eclipse.You can search for how to import a local project online.
We appreciate contributions. So if you want to support us, feel free to make changes to FileSignature's source code and submit a pull request.