An open API service for producing an overview of a list of open source projects.

https://github.com/square/luks2crypt

crypt-server crypto escrow libcryptsetup luks

Score: 6.64639051484773

Last synced: about 11 hours ago
JSON representation

Repository metadata:

Manage linux luks client devices and escrow recovery keys to crypt-server


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 141
Total Committers: 7
Avg Commits per committer: 20.143
Development Distribution Score (DDS): 0.553

Commits in past year: 27
Committers in past year: 3
Avg Commits per committer in past year: 9.0
Development Distribution Score (DDS) in past year: 0.111

Name Email Commits
dependabot[bot] 4****] 63
Derek Tamsen d****n@g****m 61
Derek Tamsen t****n@s****m 8
github-actions[bot] 4****] 6
Shea Craig s****g 1
Charlie Gao c****o@u****u 1
skimmilk j****n@h****g 1

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 18
Total pull requests: 167
Average time to close issues: about 2 months
Average time to close pull requests: 1 day
Total issue authors: 5
Total pull request authors: 7
Average comments per issue: 1.22
Average comments per pull request: 0.26
Merged pull request: 147
Bot issues: 0
Bot pull requests: 92

Past year issues: 0
Past year pull requests: 17
Past year average time to close issues: N/A
Past year average time to close pull requests: about 3 hours
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.06
Past year merged pull request: 14
Past year bot issues: 0
Past year bot pull requests: 16

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/square/luks2crypt

Top Issue Authors

  • derektamsen (13)
  • davidkast (2)
  • 13tatavo (1)
  • d1rtyb1t (1)
  • amadotejada (1)

Top Pull Request Authors

  • dependabot[bot] (86)
  • derektamsen (71)
  • github-actions[bot] (6)
  • lo996 (1)
  • sheagcraig (1)
  • chargao (1)
  • skim-milk (1)

Top Issue Labels

  • enhancement (9)
  • question (2)
  • good first issue (2)
  • bug (2)

Top Pull Request Labels

  • dependencies (86)
  • go (52)
  • github_actions (10)
  • autorelease: tagged (3)
  • autorelease: pending (3)
  • enhancement (1)
  • release-please: force-run (1)

Package metadata

proxy.golang.org: github.com/square/luks2crypt

  • Homepage: https://github.com/square/luks2crypt
  • Documentation: https://pkg.go.dev/github.com/square/luks2crypt#section-documentation
  • Licenses: GPL-3.0, GPL-3.0
  • Latest release: v0.8.0 (published about 1 month ago)
  • Last Synced: 2026-03-25T11:01:32.547Z (2 days ago)
  • Versions: 27
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 3.371%
    • Forks count: 3.931%
    • Stargazers count: 3.965%
    • Average: 5.153%
    • Dependent repos count: 9.346%

Dependencies

go.mod go
  • github.com/diskfs/go-diskfs v0.0.0-20190517155712-1190dcf1ff31
  • github.com/dselans/dmidecode v0.0.0-20180814053009-65c3f9d81910
  • github.com/gorilla/schema v1.2.0
  • github.com/kr/pretty v0.1.0
  • github.com/satori/go.uuid v1.2.0
  • github.com/sethvargo/go-diceware v0.2.0
  • golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
  • golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
  • golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/urfave/cli.v1 v1.20.0
go.sum go
  • github.com/diskfs/go-diskfs v0.0.0-20190517155712-1190dcf1ff31
  • github.com/dselans/dmidecode v0.0.0-20180814053009-65c3f9d81910
  • github.com/gorilla/schema v1.2.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/satori/go.uuid v1.2.0
  • github.com/sethvargo/go-diceware v0.2.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
  • golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
  • golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
  • golang.org/x/text v0.3.0
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/urfave/cli.v1 v1.20.0
.github/workflows/codeql.yaml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/release.yaml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
  • goreleaser/goreleaser-action v4 composite
.github/workflows/test.yaml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
Dockerfile docker
  • ubuntu 22.04 build