Unit u_lognpass
Description
C2PP ***************************************************************************
Log'n Pass for Delphi Copyright (c) 2016-2025 Patrick PREMARTIN
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
***************************************************************************
Delphi client library for the Log'n Pass OTP service.
***************************************************************************
Author(s) : Patrick PREMARTIN
Site : https://lognpass4delphi.developpeur-pascal.fr/
Project site : https://github.com/DeveloppeurPascal/LogNPass4Delphi
*************************************************************************** File last update : 2026-03-30T20:05:21.275+02:00 Signature : 5e50baa968ebac794cd6390a2047d87a5a8e665d ***************************************************************************
Uses
- system.Sysutils
Overview
Functions and Procedures
function lognpass_get_password(phrase_md5, api_key, api_num: string): string; |
procedure lognpass_check_password(phrase_md5, password: string; succes_proc, fail_proc: TProc); |
Description
Functions and Procedures
function lognpass_get_password(phrase_md5, api_key, api_num: string): string; |
|
This item has no description. |
procedure lognpass_check_password(phrase_md5, password: string; succes_proc, fail_proc: TProc); |
|
This item has no description. |
Generated by PasDoc 1.0.2.