-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
golang.org/x/crypto Direct Usage Report
Last Updated: 2025-11-30 01:54:21 UTC
Package: golang.org/x/crypto
Status: Actively maintained by the Go team
Summary
- Total Repositories Scanned: 879
- Repositories Skipped (forks): 285
- Repositories Skipped (abandoned - no commits in 6 months): 251
- Repositories Skipped (no go.mod): 92
- Repositories Actually Checked: 251
- Repositories Using x/crypto Directly: 27
- Usage Percentage: 10.8%
redhat-best-practices-for-k8s
Repositories Using x/crypto Directly: 1
| Repository | Branch | Last Updated | PR Status | GitHub Link |
|---|---|---|---|---|
collector |
main |
2025-11-25 | ✅ #625 | View Repository |
openshift
Repositories Using x/crypto Directly: 23
openshift-kni
Repositories Using x/crypto Directly: 3
| Repository | Branch | Last Updated | PR Status | GitHub Link |
|---|---|---|---|---|
lifecycle-agent |
main |
2025-11-29 | — | View Repository |
oran-o2ims |
main |
2025-11-27 | — | View Repository |
oran-hwmgr-plugin |
main |
2025-06-10 | — | View Repository |
About golang.org/x/crypto
The golang.org/x/crypto package provides supplementary cryptographic primitives for Go programs.
Key Information
- Status: Actively maintained by the Go team
- Repository: golang.org/x/crypto
- Purpose: Provides cryptographic primitives not included in the standard library
Common Use Cases
- SSH implementations:
golang.org/x/crypto/ssh - Additional encryption algorithms:
golang.org/x/crypto/chacha20poly1305 - Password hashing:
golang.org/x/crypto/bcrypt,golang.org/x/crypto/argon2 - Cryptographic protocols:
golang.org/x/crypto/acme
Why Track This?
This tracking issue helps us:
- Understand security-sensitive dependencies across our codebase
- Track cryptographic implementations for security reviews
- Ensure proper maintenance of crypto-related dependencies
- Monitor for security advisories affecting x/crypto
Security Considerations
When using golang.org/x/crypto:
- Keep the dependency updated to get security fixes
- Review security advisories for the package
- Ensure proper usage of cryptographic primitives
- Follow security best practices for key management
Resources
This issue is automatically updated by the xcrypto-lookup.sh script.
Metadata
Metadata
Assignees
Labels
No labels