replacement for the standard crypt.crypt
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Nov 2024 15:25:22 +0000 (16:25 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 25 Nov 2024 10:35:49 +0000 (11:35 +0100)
commit7abb63e8400027dcca5a3855c383b2f2412ecca5
treec81042e29a515e0c9be214f69582b01000f90b69
parenta5e9e427f6ab80c8c7fca104689fcac46696a39b
replacement for the standard crypt.crypt

done by introducing our own module PLC.crypt
and testing against the standard crypt.crypt
PLC/Auth.py
PLC/Persons.py
PLC/plc_crypt.py [new file with mode: 0644]