Download passkeep Free Java Code

Description

A password manager built in rails.

Icons

passkeep

Source Files

The download file passkeep-master.zip has the following entries.


.gitignore//from  w w w  .  j  a  v  a  2s  . c  o  m
.rspec
.rvmrc
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/images/bullet.gif
app/assets/images/icons/chosen-sprite.png
app/assets/images/icons/glyphicons-halflings-white.png
app/assets/images/icons/glyphicons-halflings.png
app/assets/images/logo.png
app/assets/images/poof.png
app/assets/javascripts/app/application.js
app/assets/javascripts/app/entries.js
app/assets/javascripts/app/entries_scroller.js
app/assets/javascripts/app/entry.js
app/assets/javascripts/app/entry_import.js
app/assets/javascripts/app/projects.js
app/assets/javascripts/app/projects_scroller.js
app/assets/javascripts/app/team-list.js
app/assets/javascripts/app/teams.js
app/assets/javascripts/app/users.js
app/assets/javascripts/libs/bootstrap.js
app/assets/javascripts/libs/chosen.jquery.min.js
app/assets/javascripts/libs/jquery-1.8.3.min.js
app/assets/javascripts/libs/jquery-html-history.js
app/assets/javascripts/libs/jquery-ui-1.8.17.custom.min.js
app/assets/javascripts/libs/jquery.custom-file.js
app/assets/javascripts/libs/jquery.hotkeys.js
app/assets/javascripts/libs/modernizr.min.js
app/assets/javascripts/libs/request-interval.js
app/assets/javascripts/libs/underscore-min.js
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/autocomplete.css.scss
app/assets/stylesheets/bootstrap.css
app/assets/stylesheets/chosen.css.scss
app/assets/stylesheets/custom-file.css.scss
app/assets/stylesheets/entries.css.scss
app/assets/stylesheets/index_list.css.scss
app/assets/stylesheets/mixins.css.scss
app/assets/stylesheets/print.css
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/teams.css.scss
app/assets/stylesheets/users.css.scss
app/assets/swfs/clippy.swf
app/controllers/application_controller.rb
app/controllers/entries_controller.rb
app/controllers/entry_imports_controller.rb
app/controllers/projects_controller.rb
app/controllers/search_controller.rb
app/controllers/teams_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/helpers/teams_helper.rb
app/helpers/users_helper.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/ability.rb
app/models/entry.rb
app/models/entry_import.rb
app/models/project.rb
app/models/settings.rb
app/models/team.rb
app/models/team_member.rb
app/models/team_project.rb
app/models/user.rb
app/views/devise/_links.erb
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/unlocks/new.html.erb
app/views/entries/_crumb.html.erb
app/views/entries/_entry_template.html.erb
app/views/entries/_flash.html.erb
app/views/entries/_form.html.erb
app/views/entries/confirm_destroy.html.erb
app/views/entries/edit.html.erb
app/views/entries/index.html.erb
app/views/entries/new.html.erb
app/views/entries/show.html.erb
app/views/entry_imports/new.html.erb
app/views/layouts/application.html.erb
app/views/layouts/devise.html.erb
app/views/projects/_flash.html.erb
app/views/projects/_form.html.erb
app/views/projects/confirm_destroy.html.erb
app/views/projects/edit.html.erb
app/views/projects/index.html.erb
app/views/projects/new.html.erb
app/views/search/index.html.erb
app/views/shared/404.html.erb
app/views/shared/_errors.html.erb
app/views/shared/_footer.html.erb
app/views/shared/_head.html.erb
app/views/shared/_header.html.erb
app/views/shared/_javascripts.html.erb
app/views/teams/_flash.html.erb
app/views/teams/_form.html.erb
app/views/teams/confirm_destroy.html.erb
app/views/teams/edit.html.erb
app/views/teams/index.html.erb
app/views/teams/new.html.erb
app/views/teams/show.html.erb
app/views/users/_flash.html.erb
app/views/users/_form.html.erb
app/views/users/confirm_destroy.html.erb
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/new.html.erb
config.ru
config/application.rb
config/boot.rb
config/database.yml.example
config/environment.rb
config/environments/development.rb
config/environments/production.rb.example
config/environments/test.rb
config/initializers/acts_as_taggable_on.rb
config/initializers/backtrace_silencers.rb
config/initializers/devise.rb
config/initializers/dragonfly.rb
config/initializers/gravatar_image_tag.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/will_paginate.rb
config/initializers/wrap_parameters.rb
config/locales/devise.en.yml
config/locales/en.yml
config/passkeep.yml.example
config/routes.rb
config/sunspot.yml
db/migrate/20120115225050_devise_create_users.rb
db/migrate/20120115231613_create_entries.rb
db/migrate/20120212152225_create_projects.rb
db/migrate/20120212152238_create_teams.rb
db/migrate/20120212152303_create_team_members.rb
db/migrate/20120212153207_create_team_projects.rb
db/migrate/20120216002547_acts_as_taggable_on_migration.rb
db/migrate/20120303210847_create_entry_imports.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
doc/app/Ability.html
doc/app/ApplicationController.html
doc/app/ApplicationHelper.html
doc/app/EntriesController.html
doc/app/Entry.html
doc/app/EntryImport.html
doc/app/EntryImportsController.html
doc/app/Project.html
doc/app/ProjectsController.html
doc/app/SearchController.html
doc/app/Settings.html
doc/app/Team.html
doc/app/TeamMember.html
doc/app/TeamProject.html
doc/app/TeamsController.html
doc/app/User.html
doc/app/UsersController.html
doc/app/UsersHelper.html
doc/app/created.rid
doc/app/doc/README_FOR_APP.html
doc/app/images/add.png
doc/app/images/brick.png
doc/app/images/brick_link.png
doc/app/images/bug.png
doc/app/images/bullet_black.png
doc/app/images/bullet_toggle_minus.png
doc/app/images/bullet_toggle_plus.png
doc/app/images/date.png
doc/app/images/delete.png
doc/app/images/find.png
doc/app/images/loadingAnimation.gif
doc/app/images/macFFBgHack.png
doc/app/images/package.png
doc/app/images/page_green.png
doc/app/images/page_white_text.png
doc/app/images/page_white_width.png
doc/app/images/plugin.png
doc/app/images/ruby.png
doc/app/images/tag_blue.png
doc/app/images/tag_green.png
doc/app/images/transparent.png
doc/app/images/wrench.png
doc/app/images/wrench_orange.png
doc/app/images/zoom.png
doc/app/index.html
doc/app/js/darkfish.js
doc/app/js/jquery.js
doc/app/js/navigation.js
doc/app/js/search.js
doc/app/js/search_index.js
doc/app/js/searcher.js
doc/app/rdoc.css
doc/app/table_of_contents.html
lib/assets/.gitkeep
lib/tasks/.gitkeep
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/apple-touch-icon.png
public/favicon.ico
public/humans.txt
public/robots.txt
script/rails
spec/controllers/entries_controller_spec.rb
spec/controllers/entry_imports_controller_spec.rb
spec/controllers/projects_controller_spec.rb
spec/controllers/search_controller_spec.rb
spec/controllers/teams_controller_spec.rb
spec/controllers/users_controller_spec.rb
spec/factories/entries.rb
spec/factories/projects.rb
spec/factories/teams.rb
spec/factories/users.rb
spec/models/entry_import_spec.rb
spec/models/entry_spec.rb
spec/models/project_spec.rb
spec/models/team_member_spec.rb
spec/models/team_project_spec.rb
spec/models/team_spec.rb
spec/models/user_spec.rb
spec/spec_helper.rb
vendor/assets/stylesheets/.gitkeep
vendor/plugins/.gitkeep

Download

Click the following link to download passkeep-master.zip.

passkeep-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation