DeveloppeurPascal / LogNPass4Delphi

Client Delphi du générateur de codes uniques Log'N Pass pour double authentification logicielle.

Home Page:https://lognpass.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delphi client library for Log'n Pass

Cette page en français.

Log'n Pass is an OTP (one time password) generator. It generates codes from a key phrase and a random code retrieved online.

This code repository contains the official client library and an sample program to use Log'n Pass in your Delphi projects as a double authentication or time-limited password login.

The source codes in this repository are distributed under the MIT license. You can freely use them to implement Log'n Pass in your projects.

This project uses dependencies, check their license if you want to use them too.

This code repository contains a project developed in Object Pascal language under Delphi. You don't know what Delphi is and where to download it ? You'll learn more on this web site.

Install

To download this project you better should use "git" command but you also can download a ZIP from its GitHub repository.

Warning : if the project has submodules dependencies they wont be in the ZIP file. You'll have to download them manually.

Dependencies

This project depends on :

How to ask a new feature, report a bug or a security issue ?

If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to the GitHub repository and open a new issue.

If you found a security issue please don't report it publicly before a patch is available. Explain the case by sending a private message to the author.

You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the CONTRIBUTING.md file.

Support the project and its author

If you think this project is useful and want to support it, please make a donation to its author. It will help to maintain the code and binaries.

You can use one of those services :

or if you speack french you can subscribe to Zone Abo on a monthly or yearly basis and get a lot of resources as videos and articles.

About

Client Delphi du générateur de codes uniques Log'N Pass pour double authentification logicielle.

https://lognpass.fr

License:GNU Affero General Public License v3.0


Languages

Language:Pascal 100.0%