chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::EncryptedDataBagItem::CheckEncrypted#encrypted?
Tries to autodetect if the item's raw hash appears to be encrypted.
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/encrypted_data_bag_item/check_encrypted.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--EncryptedDataBagItem--CheckEncrypted-encrypted--for-pr
# Commit to gitgit add lib/chef/encrypted_data_bag_item/check_encrypted.rbgit commit -m "better docs for Chef::EncryptedDataBagItem::CheckEncrypted#encrypted?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--EncryptedDataBagItem--CheckEncrypted-encrypted--for-pr
hub pull-request
# Celebrate!