- Knowledge Base
- Technical Area
- Security
-
Events
-
Customer Portal
-
Customer Engagement Centre (Previously known as CSVu)
-
General Form Guidance
-
Editing Forms
-
Benefit Forms
-
Revenues Forms
-
'How to...' Sessions
-
Health (CHC)
-
Technical Area
-
Open Process
-
Forms
-
Blue Badge and Concessionary Travel
-
Waste Services
-
Awards and Grants
-
Social Care Financial Assessments
-
IEG4 Team Updates
-
BACAS
-
Tender Responses - General
-
Internal Process Guides
-
Public Protection
-
Built Environment
How are passwords stored in OneVu?
All user and customer account passwords are stored in the database using a one-way hash function. The implementation of this hashing algorithm is part of the Microsoft AspNetIdentity library and uses PBKDF2 with HMAC-SHA1, 128-bit salt, 256-bit subkey and 1000 iterations.
Further details of the implementation can be found here:
https://github.com/aspnet/AspNetIdentity/blob/master/src/Microsoft.AspNet.Identity.Core/Crypto.cs