Raised This Month: $32 Target: $400
 8% 

bcrypt for amxx


Post New Thread Reply   
 
Thread Tools Display Modes
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
HITLER
Member
Join Date: Jul 2018
Location: www
Old 05-08-2019 , 20:25   Re: bcrypt for amxx
Reply With Quote #2

do you mean NodeJS with "bcrypt" ??
why you don't use amxx functions ? easy
__________________
HITLER is offline
Send a message via Skype™ to HITLER
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 05-09-2019 , 01:44   Re: bcrypt for amxx
Reply With Quote #3

Quote:
Originally Posted by HITLER View Post
do you mean NodeJS with "bcrypt" ??
why you don't use amxx functions ? easy
There's no such encryption as bcrypt in amxx, thats what I am asking for (a function to hash string bcrypt).
__________________
Airkish is offline
Old 05-09-2019, 01:45
Airkish
This message has been deleted by Airkish. Reason: double msg
DeteCT0R
Member
Join Date: Jun 2012
Location: My Home
Old 05-09-2019 , 09:43   Re: bcrypt for amxx
Reply With Quote #4

Would be nice a bcrypt.
__________________
My steam:
DeteCT0R is offline
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 07-01-2019 , 02:59   Re: bcrypt for amxx
Reply With Quote #5

bump
__________________
Airkish is offline
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 07-15-2019 , 00:58   Re: bcrypt for amxx
Reply With Quote #6

up
__________________
Airkish is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 07-18-2019 , 05:42   Re: bcrypt for amxx
Reply With Quote #7

You should try a pull request @github instead.
__________________

Mordekay is offline
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 07-18-2019 , 06:29   Re: bcrypt for amxx
Reply With Quote #8

Quote:
Originally Posted by Mordekay View Post
You should try a pull request @github instead.
Could you or someone else, im not very familiar with github
__________________
Airkish is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 07-18-2019 , 08:31   Re: bcrypt for amxx
Reply With Quote #9

Me neither.
__________________

Mordekay is offline
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 12-22-2019 , 11:45   Re: bcrypt for amxx
Reply With Quote #10

UP
__________________
Airkish is offline
Reply


Thread Tools
Display Modes

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 14:56.


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