Rapportsystem API - of D03N
Hovedprosjekt FiV Programmering 20-24
Loading...
Searching...
No Matches
pw_manager.PwManager Class Reference
Collaboration diagram for pw_manager.PwManager:

Public Member Functions

 __init__ (self)
 
bytes encrypt_pw (self, str plaintext_pw)
 
bool check_pw (self, str plaintext_pw, str stored_hashed_password)
 

Detailed Description

Definition at line 4 of file pw_manager.py.

Constructor & Destructor Documentation

◆ __init__()

pw_manager.PwManager.__init__ ( self)

Definition at line 5 of file pw_manager.py.

Member Function Documentation

◆ check_pw()

bool pw_manager.PwManager.check_pw ( self,
str plaintext_pw,
str stored_hashed_password )

Definition at line 19 of file pw_manager.py.

◆ encrypt_pw()

bytes pw_manager.PwManager.encrypt_pw ( self,
str plaintext_pw )

Definition at line 9 of file pw_manager.py.


The documentation for this class was generated from the following file: