Password Hashing Service
IPasswordHashingService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Password hashing service.
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
ComputeHash | String | String password | Compute the password hash |
ComputeHash | Byte[] | Byte[] data | Compute the password hash |
Implementations
SHA1 Password Encoding Service - (SanteDB.Core.Api)
SHA1 password generator service
Service Registration
SHA256 Password Encoding Service - (SanteDB.Core.Api)
SHA256 password generator service
Service Registration
Example Implementation
References
Last updated