Giter Club home page Giter Club logo

pass_crypt's People

Contributors

jamesds avatar murraysum avatar

Stargazers

 avatar  avatar

Watchers

 avatar

pass_crypt's Issues

require_relative not in Ruby 1.8.x

Issue

Only read-access to repository so here is a fix to get pass_crypt running on Ruby 1.8.x as require_relative is not part of the language before 1.9.x

Fix

if RUBY_VERSION < "1.9"
    require File.join(File.dirname(__FILE__), "auth_model")
else
    require_relative "auth_model"
end

Stored items not retrieved in Ruby 1.8.x

Issue

Stored items are not retrieved or listed correctly when pass_crypt is run under Ruby 1.8.x

It appears items are stored to the sqlite3 database as the count of the items is correct (used sqlite3 command line interface). I don't know exactly the contents of the store as I couldn't figure out how to decrypt using CLI. In any case when getting an id or listing the ids they are not found.

Log

Enter your secret passphrase: 
Enter username: 
test
Enter password: 
Stored!
murray@murray-laptop:~/workspace/personal/pass_crypt$ ./pass_crypt.rb list
nil
murray@murray-laptop:~/workspace/personal/pass_crypt$ ./pass_crypt.rb get test
Invalid entry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.