secpwgen

 2 likes

A utility for generating secure passphrases. Implements several methods for passphrase generation, including the Diceware method.

License model

  • FreeOpen Source

Country of Origin

  • HR flagCroatia
  • European Union flagEU

Platforms

  • Mac  Source code to compile.
  • Windows  Source code to compile.
  • Linux  Source code to compile.
5 / 5 Avg rating (1)
2likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Password Generator

 Tags

  • passwords
  • secure-passwords

secpwgen News & Activities

Highlights All activities

Recent activities

Show all activities

secpwgen information

  • Developed by

    HR flagŽeljko Vrba
  • Licensing

    Open Source and Free product.
  • Alternatives

    27 alternatives listed
  • Supported Languages

    • English

Our users have written 1 comments and reviews about secpwgen, and it has gotten 2 likes

secpwgen was added to AlternativeTo by 6432575487 on Oct 15, 2010 and this page was last updated Nov 27, 2014.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
Oldarney
Jan 4, 2018
0

Has anyone gotten this to run on mac? or node

[Edited by Oldarney, January 04]

On node there is a package called koremutake, which has a small sliver of the functionality, but might be enough for some people. It can only reliably get up to 6 bytes on my Mac Pro, beyond that I hit the Number.MAX_SAFE_INTEGER https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER https://gist.github.com/joepie91/7105003c3b26e65efcea63f3db82dfba

  1. npm install -g --verbose koremutake
  2. set your NODE_PATH environment variable to the path of the node_modules directory in the debug output
  3. node -e 'console.log(require("koremutake").encode((parseInt(crypto.randomBytes(6).toString("hex"),16))))'

or scaped for bash

alias secpwgen="node -e 'console.log(require(\"koremutake\").encode((parseInt(crypto.randomBytes(6).toString(\"hex\"),16))))'"

Koremutake is a MeRS algorithm (Memorable Random Strings)

[Edited by Oldarney, January 04]

What is secpwgen?

A utility for generating secure passphrases. Implements several methods for passphrase generation, including the Diceware method.