Giter Club home page Giter Club logo

secu.luccryptous's Introduction

Luccryptous

Service API to generate and encrypt passwords.

This service is made to be public, and to encrypt passwords without having the key.

Installation

Build

podman build -t luccryptous .

Execution

podman run -d -m 500m -p 3000:3000 --name luccryptous luccryptous

Install as a service

podman generate systemd luccryptous > /etc/systemd/system/luccryptous.service
systemctl enable --now luccryptous

Develop with Dockerfile.dev

podman build -t luccryptous:dev ./Dockerfile.dev
podman run -it --rm -m 1024m -p 5000:5000,35729:35729 -v ~/Projects/luccryptous/views/:/app/:Z --name luccryptous_dev luccryptous:dev

Configuration

The configuration is in Toml file or environment variables

Create a file luccryptous.toml or use the example, then edit the values.

Section Key Default Description
General Key Encryption key, required
General Debug false Set to true to switch gin gonic in debug mode
Password Generation size 42 Size
Password Generation charset ... Char selection
Password Generation check_uppercase true Force password to have uppercase char
Password Generation check_lowercase true Force password to have lowercase char
Password Generation check_numerics true Force password to have numerics
Password Generation check_symbols true Force password to have symbols

For parameters check_uppercase, check_lowercase, check_numerics and check_symbols if related characters sets are not in the charset, those parameters are automatically disabled.

External dependencies

  • spf13/viper
  • gin-gonic
  • google/uuid

secu.luccryptous's People

Contributors

arouene avatar lucca-renovate[bot] avatar nahiswayard avatar natmarchand avatar seguins avatar xavcamp avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

secu.luccryptous's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Replace dependency rollup-plugin-terser with @rollup/plugin-terser 0.1.0
  • Update module github.com/gin-contrib/cors to v1.7.2
  • Update dependency rollup to v4
  • Update dependency svelte to v4
  • Update docker.io/library/debian Docker tag to v12
  • Update module github.com/gin-contrib/static to v1
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Vulnerabilities

22/22 CVEs have Renovate fixes.

gomod
go.mod
github.com/gin-gonic/gin
golang.org/x/crypto
golang.org/x/net
golang.org/x/text
google.golang.org/protobuf

Detected dependencies

dockerfile
Dockerfile
  • docker.io/library/golang 1.19-buster
  • docker.io/library/debian buster
  • docker.io/library/alpine latest
Dockerfile.dev
  • debian buster
gomod
go.mod
  • go 1.19
  • github.com/gin-contrib/cors v1.4.0
  • github.com/gin-contrib/static v0.0.1
  • github.com/gin-gonic/gin v1.8.1
  • github.com/google/uuid v1.3.0
  • github.com/spf13/viper v1.12.0
npm
front/package.json
  • sirv-cli ^2.0.2
  • @rollup/plugin-commonjs ^22.0.1
  • @rollup/plugin-node-resolve ^13.3.0
  • rollup ^2.77.2
  • rollup-plugin-livereload ^2.0.5
  • rollup-plugin-svelte ^7.1.0
  • rollup-plugin-terser ^7.0.2
  • rollup-plugin-css-only ^3.1.0
  • svelte ^3.49.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.