Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udr-hash

Firebird user defined routine based on easy-to-use hash library https://github.com/Chocobo1/Hash

Usage:

EXECUTE BLOCK
RETURNS (
  hash_ VARCHAR(128)
)
AS
BEGIN
  hash_ = hash.key0s(hash.Whirlpool(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');
  SUSPEND;
  hash_ = hash.key0b(hash.Whirlpool(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');
  SUSPEND;
END

About

UDR-library of hash-functions for Firebird

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages