This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3d628e41b3
gambas-source-code
/
main
/
lib
/
hash
/
gb.hash.component
5 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
Add Md5(), Sha1(), Sha256() and Sha512() functions. [CONFIGURATION] * NEW: Update 'README' and 'README.md' files. [COMPILER] * NEW: Add Md5(), Sha1(), Sha256() and Sha512() functions. [INTERPRETER] * NEW: Add Md5(), Sha1(), Sha256() and Sha512() functions. [GB.HASH] * NEW: This is a new component that implements the Md5(), Sha1(), Sha256() and Sha512() functions. The code comes from BusyBox.
2022-09-13 02:48:11 +02:00
[Component]
Key=gb.component
Author=Benoît Minisini
Replace hash native functions by static methods in a 'Hash' class implemented in the 'gb.hash' component. [COMPILER] * NEW: Remove Md5() and other hash native functions. [INTERPRETER] * NEW: Remove Md5() and other hash native functions. [GB.HASH] * NEW: 'Hash' is a new static class with methods that implement The 'Md5', 'Sha1', 'Sha256' and 'Sha512' hash functions.
2022-09-17 22:41:29 +02:00
Reference in a new issue
Copy permalink