Raised This Month: $ Target: $400
 0% 

bcrypt for amxx


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 05-08-2019 , 14:57   bcrypt for amxx
Reply With Quote #1

Started building web platform by using bcrypt hashing but just noticed there's no such hash in amxx.
PHP Code:
enum HashType
{
    
Hash_Crc32 0,  // Provides CRC32 hashing
    
Hash_Md5,        // Provides MD5 hashing
    
Hash_Sha1,       // Provides SHA1 hashing
    
Hash_Sha256,     // Provides SHA256 hashing

    
Hash_Sha3_224,   // Provides SHA3 224 bit hashing
    
Hash_Sha3_256,   // Provides SHA3 256 bit hashing
    
Hash_Sha3_384,   // Provides SHA3 384 bit hashing
    
Hash_Sha3_512,   // Provides SHA3 512 bit hashing

    
Hash_Keccak_224// Provides Keccak 224 bit hashing
    
Hash_Keccak_256// Provides Keccak 256 bit hashing
    
Hash_Keccak_384// Provides Keccak 384 bit hashing
    
Hash_Keccak_512  // Provides Keccak 512 bit hashing
}; 
I wonder if anyone would be able to create function to hash string as bcrypt?
__________________
Airkish is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode