The Wayback Machine - https://web.archive.org/web/20220606001829/https://github.com/topics/totp
Skip to content
#

totp

Here are 515 public repositories matching this topic...

py0xc3
py0xc3 commented Mar 24, 2022

First, thank you for maintaining this wonderful tool!

Is your feature request related to a problem? Please describe.
PBKDF2-HMAC-SHA1 is no longer recommended, and may become a problem if there are too few iterations (SHA1 is the issue, especially in conjunction with the small number of iterations), although a 16byte/128bit salt remains fine. This only offers security if used in conjunctio

cli
evert
evert commented Apr 3, 2019

Currently all sessions are stored in a memory-engine, which means:

  1. If the server restarts, all sessions expire.
  2. If multiple servers are started, they can't share sessions

As big step forward, we would want to store sessions in MySQL.

This means a new 'storage engine' will have to be written for this session data. This should be done in this github project:

https://github.com/cur

enhancement good first issue

Improve this page

Add a description, image, and links to the totp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the totp topic, visit your repo's landing page and select "manage topics."

Learn more