Keep your information secure with us.
Various options
Tokencode
Generates a code with given data and a digital fingerprint. Can be validated by app.
Imagecode
Generates a code with a user uploaded image (literally). Can be read by the app.
Keycode
Generates a code with a secure key. Given data is stored in a database and can be fetched and decoded by app and key.
Hashcode
Generates a code with a random token. Can be validated by app.
Check out the samples and test the code yourself.
Compare solutions
Hashcode | Tokencode | Imagecode | Keycode | |
---|---|---|---|---|
Generate through website | Yes | Yes | Yes | Yes |
Data Security | Medium | Medium | Low | High |
Decode by app | Yes | Yes | Yes | Yes |
Internet requirement | Yes | No | No | Yes |
Code size | Small | Variable | Big | Small |
Scanning difficulty | Easy | Average | Difficult | Easy |
What does it store? | Token | Data and token | Image | Crypto key |
Start today
Sign Up for free
Each new user gets a number of usage-points to generate codes. You can always ask for more.
Generate codes
Use data that you want to protect and generate a QR. Use the code digitally or print it.
Enjoy the app
Use the mobile app to check if the code is valid and to see its content.
About
The project
The aim of this project is to test out some ideas in the field of security printing and data protection. It is free to use by anybody. Contact me if You wish to know more about the implemented ideas.
Mobile verification
The application scans the code and performs the verification. Shows the user the result. It is available for free to download from the Play Store. Android phones only. Have in mind that some codes require Internet connection to be verified.
If the app gives you no result, try scanning again. Due to server issues, sometimes it does not show on the first try.
