A super fast user-friendly file signing and verification software
Nsign is a file signing and verification software.
It's hard to verify if the file received from the internet is by the actual creator or an impersonator. This is the main reason nsign was made; To create a new way of online identification.
- Online identification (example: To verify if a software is created by the official developers)
- Approval
Q - How dose this work
A - Nsign works by using public-key cryptography (learn more)
Q - Does nsign require internet
A - Nsign works fully offline, No internet connection needed.
Q - What happens if I lose my private key
A - If you lose your private key you should generate a new key-pair and send the public key to the other people who used your old public key to verify you.
Q - What happens if I forget my private key password
A - When you generate your key-pair with a password nsign encrypts the private key with the password to keep it safe but if you forget the password you won't be able to sign with that private key and the private key will be considered lost. The only option is to create a new key-pair.
Q - What happens if Someone stole my private key
A - You should quickly generate a new key-pair and send the new public key to the people who used your old public key and tell them to only trust your new key.
- Download the latest release from here
- Start nsign
- Select generateKey
- Follow the instructions
- Start nsign
- Select sign
- Enter the password that was asked when you first generated the keys
- Enter the location of the private key (example: ./privateKey_256.nSignE)
- Enter the location of the file you want to sign (example: ./test.pdf)
- Start nsign
- Select verify
- Enter the location of the public key (example: ./publicKey_256.nSign)
- Enter the location of the file you want to verify (NOTE: The .nSignSig file must be in the same location as the file. Example: ./test.pdf)
