This is Google's cache of http://vapid.dhs.org/research/echi-converter-0.4.4.txt. It is a snapshot of the page as it appeared on 18 Apr 2013 03:23:29 GMT. The current page could have changed in the meantime. Learn more
Tip: To quickly find your search term on this page, press Ctrl+F or ⌘-F (Mac) and use the find bar.

Text-only version
 
Passwords stored in clear text
Ruby Gem echi-converter-0.4.4

root@ubuntu:/var/lib/gems/1.8/gems/echi-converter-0.4.4/config# cat database.yml 
#Database connection configuration, uses Active Record from Ruby on Rails
adapter: mysql
database: echi
username: root
password:
host: localhost
#encoding: utf8root@ubuntu:/var/lib/gems/1.8/gems/echi-converter-0.4.4/config# ls -l database.yml 
-rw-r--r-- 1 root root 160 Feb 28 21:24 database.yml
root@ubuntu:/var/lib/gems/1.8/gems/echi-converter-0.4.4/config# 


root@ubuntu:/var/lib/gems/1.8/gems/echi-converter-0.4.4/config# grep pass application.yml 
echi_password:  
root@ubuntu:/var/lib/gems/1.8/gems/echi-converter-0.4.4/config# ls -l application.yml 
-rw-r--r-- 1 root root 2622 Feb 28 21:40 application.yml
root@ubuntu:/var/lib/gems/1.8/gems/echi-converter-0.4.4/config#