Language: English
Version: 18.0
Your version: XXA15005
Help
>
WLanguage
>
WLanguage functions
>
Standard functions
>
Hash functions
>
Hash functions
Community:
0 annotation
|
Annotate
Warning:
Content of this document will be soon extended.
This page is also available for:
WINDEV Mobile
,
WINDEV
,
WEBDEV
,
Report & Queries
Displayed version:
V15
V16
V17
V18
Hash functions
Examples
Notes
Overview
Hash functions
See also
fCrypt (Function)
fUncrypt (Function)
Overview
The hashing is used to summarize a file or a character string. This summary is called Hash. A single "hash" can be associated with a text in everyday language: when the initial text is modified, the corresponding hash is also modified.
The hashing is mainly used to:
check the integrity of a document when it is transmitted (the document is transmitted with the result of the hash).
electronically sign a document (by encoding the result of the hash with a key for instance).
Hash functions
The hash functions are as follows:
HashCheckFile
Checks the Hash of a file for a specific type of algorithm.
HashCheckString
Checks the Hash of a character string for a specific type of algorithm.
HashFile
Calculates the Hash of a file according to a specific algorithm.
HashString
Calculates the Hash of a character string according to a specific algorithm.
These functions are used to manage a simple hash as well as a hash with message authentication.
Related Examples:
Unit example (WinDev): Hash functions
[ + ]
Using the Hashing functions
This example presents the use of the hashing functions.
The HashFile and HashString functions are used to calculate a Hash key for a string or for a file.
This Hash key is used to:
- Check whether the file is consistent after a transfer for example
- Search for file duplicates
-...
Keywords:
Hashing
,
Hash
,
WLanguage functions
,
Character string
Minimum required version:
11
Last update: 10/31/2012 |
Send a report
|
Local help
Community:
0 annotation
Please login to annotate
|
Terms of service
PC SOFT
|
Home
|
PC SOFT Forums
|
PC SOFT FAQ
|
PC SOFT Blogs
|
WINDEV Express
|
Technical Support
|
Contacts
|
Online help services
|
PC SOFT on Facebook
Official Supplier of the French Olympic Preparation
Registered trademarks. Copyright ©2009-2013 PC SOFT. All rights reserved
This website has been developed with
WEBDEV
and
HyperFileSQL
Français
English
Search in progress, please wait...
Annotate page 'Hash functions'
Title :
Accept annotations service
general usage terms
.