Class: cPasswordHasher
Properties | Events | Methods | Index of Classes
Provides a standardized way to create passwords in DataFlex without using an additional Security Library
Hierarchy
cObject > cPasswordHasher
Show full hierarchy and direct subclasses
- cObject
- cPasswordHasher
Library: Common Class Library
Package: cPasswordHasher.pkg
Mixins: cPasswordHasher_Mixin
Description
cPasswordHasher provides a standardized way to create passwords in DataFlex without using an additional Security Library of sorts. It is used by cWebSessionManagerStandard, which adds automatic versioning. Note that cPasswordHasher does not do versioning out of the box.
As such, all functions and procedures are stateless. See peAlgorithm for the supported algorithms.