Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the decrypting option of keyconv #64

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Dec 19, 2012

  1. Configuration menu
    Copy the full SHA
    47ce0fd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. Echo of random seedfile can be null.

    The error message was created from the 'optargs' variable which is only correct if the -s whatever was the last item on the command line.
    goodluckart committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    918233d View commit details
    Browse the repository at this point in the history
  2. Use /dev/random by default if available.

    General security principle,  always default to the most secure option. If someone wants to -s /dev/zero the still can of course,  but we assume they know what they are doing!
    
    Not all non windows platforms have a /dev/random, you can disable it on Linux if you really want to, so we check first.
    goodluckart committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    7a3dec8 View commit details
    Browse the repository at this point in the history
  3. Downgraded RNG seed message to -v only

    Now we read from /dev/random by default, this message isn't really that important anymore.
    goodluckart committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    2b166b4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2013

  1. Configuration menu
    Copy the full SHA
    7ee7d9b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Configuration menu
    Copy the full SHA
    06c095e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2013

  1. add bulk wallet and paper wallet generator scripts

    U-CATHOLICCHARITI\salfter authored and U-CATHOLICCHARITI\salfter committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    1f3c3fa View commit details
    Browse the repository at this point in the history
  2. some bulk wallet optimization

    U-CATHOLICCHARITI\salfter authored and U-CATHOLICCHARITI\salfter committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    86f139b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. Configuration menu
    Copy the full SHA
    cfd7d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c481b18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64ad77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    133056f View commit details
    Browse the repository at this point in the history