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

...
<section xsi:type="ApplicationServiceContextConfigurationSection" threadPoolSize="4">
	<serviceProviders>
		...
		<add type="SanteDB.Core.Security.SHA1PasswordHashingService, SanteDB.Core.Api, Version=3.0.1980.0, Culture=neutral, PublicKeyToken=null" />
		...
	</serviceProviders>

SHA256 Password Encoding Service - (SanteDB.Core.Api)

SHA256 password generator service

Service Registration

Example Implementation

References

Last updated

Was this helpful?