Skip to content

confirm whether the document has been modified by a third party

License

Notifications You must be signed in to change notification settings

Fl0wowP4rty/FileSignature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

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

Issues

If you notice any bugs or missing features, you can let us know by opening an issue here.

License

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

Setting up a Workspace

It's a local project using Eclipse.You can search for how to import a local project online.

Contributing

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.

About

confirm whether the document has been modified by a third party

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages