Mail order, logistics, dating or emotional content - every industry has special requirements for check-out, risk and support. And we have special solutions.
Nothing illustrates our added value for our customers more than the large number of successful projects that we were able to implement together. A selection.
Short information about news about our customers, projects and features.
Payment does not have to be complicated. However, there are technical terms that are often not common.
Can we help you
In the upper search bar you can choose between two search options. The search by category and the search by alphabet. Just click on the navigation button above the selection. If you need further information, please contact us. We look forward to hearing from you.
Then do not hesitate and contact us. We make every effort to answer all questions as quickly as possible and to keep our glossary up to date in order to provide you with the greatest possible amount of information.
Hash value
to hash": chopping up, German term: Strew value function). A term from computer science that denotes a number/character string that is calculated from a document or a program. Simplified comparable with a checksum / cross sum. By means of the hash value, a file can be clearly marked and recognized ("electronic fingerprint").
Applications in cryptography
The hash value is often used in cryptography because it does not allow any conclusions to be drawn about the content of a transmission. Input values should also only lead to completely different hash values in the case of small differences (diffusion). In a hash function, ideally the change of one bit can lead to the change of 50% of the resulting hash value. It is therefore practically impossible to assign the hash value to an input value.
Checksums
The hash value can also be important for transmissions. It can be used to check whether the original data matches the received data. If the hash value does not match, the data has most likely been manipulated.