A simple password manager built in Lua.

Ricardo García Jiménez 6d4811a2f4 chore: Elimina lua como dependencia del rockspec 8 月之前
.lua-format 37c84b1c79 chore: Agrega configuración de LuaFormatter 9 月之前
COPYING 5fc745da59 docs: Agrega licencia de software 10 月之前
README.md 79b8256c87 feat: Agrega servidor HTTP con Xavante 9 月之前
app.lua 37c84b1c79 chore: Agrega configuración de LuaFormatter 9 月之前
hypass-dev-1.rockspec 6d4811a2f4 chore: Elimina lua como dependencia del rockspec 8 月之前
server.lua 37c84b1c79 chore: Agrega configuración de LuaFormatter 9 月之前

README.md

hypass

A simple password manager built in Lua.

Run

lua server.lua

License

hypass - A simple password manager built in Lua.

Copyright (C) 2024  Ricardo García Jiménez <ricardogj08@riseup.net>

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/>.