survey VS memguard

Compare survey vs memguard and see what are their differences.

survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals. (by AlecAivazis)

memguard

Secure software enclave for storage of sensitive information in memory. (by awnumar)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
survey memguard
8 1
3,973 2,475
- -
0.0 4.2
6 months ago 13 days ago
Go Go
MIT License Apache License 2.0
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.

survey

Posts with mentions or reviews of survey. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-16.
  • Goget: An interactive go module downloader | Looking for contributors | Level: Super Easy
    5 projects | /r/golang | 16 Mar 2022
    The dropdown is made with https://github.com/AlecAivazis/survey
  • Is there a terminal based "dialog" library?
    2 projects | /r/golang | 3 Feb 2022
  • Recursively clone Gitlab Projects - Practice Project
    3 projects | /r/golang | 4 Oct 2021
    Rather than get too far into the weeds with building a query through that library, it was ok to just query for every repo in the org and use https://github.com/AlecAivazis/survey to let the user filter at the command line. Might or might not be an idea to play with - it was _fun_ to see a couple of strong open source efforts play together /shrug :)
  • Interactive CLI prompts in Go
    8 projects | dev.to | 25 Aug 2021
    To create an interactive multi-select prompt we're going to use an awesome survey package:
  • How do I move the terminal cursor cross-platform?
    3 projects | /r/golang | 8 May 2021
    I am looking for a way to move the terminal cursor in different directions. (like Up(n), Left(n), Right(n), etc.) I could do this with ANSI escape codes, but Windows CMD doesn't handle that well. Unfortunately, I can't find a library that runs well on Windows and Linux. Survey does handle that pretty good, for their interactive CLI functions like dropdowns etc. but I don't want to "steal" their code. Also, their implementation is very customized to fit to the project, which makes it hard to isolate the code for moving the cursor. Does anybody know a light way to do this? (I would also happily take a library suggestion!) Thanks in advance!
  • Kure - CLI password manager
    9 projects | /r/golang | 25 Feb 2021
    Thank you so much! The library is called Survey (which uses a package called terminal). It also allows you to use 'hjkl' like Vim.

memguard

Posts with mentions or reviews of memguard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-25.
  • Kure - CLI password manager
    9 projects | /r/golang | 25 Feb 2021
    No, it does not touch the disk, the buffer resides in memory and is protected using memguard, you can find more details in its documentation.

What are some alternatives?

When comparing survey and memguard you can also consider the following projects:

promptui - Interactive prompt for command-line applications

Cameradar - Cameradar hacks its way into RTSP videosurveillance cameras

Lean and Mean Docker containers - Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

acmetool - :lock: acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)

Themis - Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

simple-scrypt - A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑

cobra - A Commander for modern Go CLI interactions

secure - HTTP middleware for Go that facilitates some quick security wins.

goSecretBoxPassword - A probably paranoid Golang utility library for securely hashing and encrypting passwords based on the Dropbox method. This implementation uses Blake2b, Scrypt and XSalsa20-Poly1305 (via NaCl SecretBox) to create secure password hashes that are also encrypted using a master passphrase.

dongle - A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption

BadActor - BadActor.org An in-memory application driven jailer written in Go

promptui.