Platforms to show: All Mac Windows Linux Cross-Platform
Argon2MBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Encryption and Hash | MBS Encryption Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You can use this class to calculate password hashes.
Due to the cost associated to calculate it, the hash is difficult to brute force.
see
https://github.com/p-h-c/phc-winner-argon2
- 13 properties
- property AssociatedData as String
- property Cost as Integer
- property Flags as Integer
- property Lanes as Integer
- property LastError as Integer
- property LastErrorMessage as String
- property MemoryCost as Integer
- property OutputLength as Integer
- property Password as String
- property Salt as String
- property Secret as String
- property Threads as Integer
- property Version as Integer
- 4 methods
- method Calc(type as Integer = 0) as String
- method Constructor
- method Destructor
- method Verify(Hash as String, type as Integer = 0) as boolean
- 63 constants
This class has no sub classes.
Some examples using this class:
Blog Entries
- MBS Releases the MBS Xojo / Real Studio plug-ins in version 16.4
- MBS Xojo / Real Studio Plugins, version 16.4pr6
- Argon2 password hashing for Xojo
Xojo Developer Magazine
The items on this page are in the following plugins: MBS Encryption Plugin.
ArchiveWriterMBS - AudioPlayThruMBS