farmfa VS iamlive-lambda-extension

Compare farmfa vs iamlive-lambda-extension and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
farmfa iamlive-lambda-extension
1 1
22 40
- -
0.0 4.1
over 1 year ago about 3 years ago
Go Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

farmfa

Posts with mentions or reviews of farmfa. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-22.
  • How to Share a Secret [pdf]
    3 projects | news.ycombinator.com | 22 Jun 2022
    I've been working on something similar to what you described[^1], using Shamir secret sharing to split the TOTP secret. Once enough key holders get together, a server generates some TOTP tokens, but only for a limited period of time.

    I wanted to use it in an enterprise environment to limit the access to AWS root users in a break-glass scenario. Now I no longer have such need and haven't developed it further, but the core features are there. As usual though with this kind of tools, any security problem becomes a key management problem and it'd need a bit more work to use it in the real world.

    [^1]: https://github.com/borgoat/farmfa

iamlive-lambda-extension

Posts with mentions or reviews of iamlive-lambda-extension. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-06.

What are some alternatives?

When comparing farmfa and iamlive-lambda-extension you can also consider the following projects:

sss_py - Basic Shamir's Secret Sharing

iamlive - Generate an IAM policy from AWS, Azure, or Google Cloud (GCP) calls using client-side monitoring (CSM) or embedded proxy

shamir - 🔑 Split and combine secrets using Shamir's Secret Sharing algorithm

otp - One time password for Go.

go-shamir - A small CLI tool for Shamir's Secret Sharing written in Go, using Vault's Shamir implementation