Module: Clandestine

Defined in:
lib/clandestine/io.rb,
lib/clandestine/safe.rb,
lib/clandestine/crypt.rb,
lib/clandestine/version.rb,
lib/clandestine/commands.rb,
lib/clandestine/commands/add.rb,
lib/clandestine/commands/get.rb,
lib/clandestine/safe_location.rb,
lib/clandestine/commands/delete.rb,
lib/clandestine/commands/update.rb,
lib/clandestine/clandestine_error.rb,
lib/clandestine/password_generator.rb,
lib/clandestine/command_line_runner.rb,
lib/clandestine/safe_authentication.rb,
lib/clandestine/command_line_options.rb,
lib/clandestine/commands/remove_safe.rb

Defined Under Namespace

Modules: Commands, Crypt Classes: ClandestineError, CommandLineOptions, CommandLineRunner, IO, PasswordGenerator, RemoveSafe, Safe, SafeAuthentication

Constant Summary collapse

VERSION =
"0.1.0"
SAFE_LOCATION =
"#{ENV['HOME']}/.cls"