If you are a web developer and want to add SSL feature for the security reason, i bet that you will not set the SSL to all the pages on your website. Why? because it is SO SLOW!! By using SSL , it means that the traffic between the client and server is encrypted and causing the bigger data transfered...
My Presentation at Jakarta Ruby meetup 17th of October 2011
It's been a long time since the my last blog post :) Ok, so i will start with a simple tips . I don't know about you guys, but in my team's Rails projects we made database_example.yml instead of database.yml in our repository ( SVN / git etc ) and write password there. The problem comes at the first...
When i was in college , i learnt about Agile development just in theory and i don't really get it . It was supported by the reality that i coded in PHP, i mean no frameworks , object-oriented and procedural are all mixed up and i coded just for fun as long it's working and secure ( yea , i love secure...
Information is one of the most valuable asset in a company these days. Costumer records , strategy , financial and many other that only the insider have the right to know it. According to a survey that examines how IT professionals and employees view the use of policies and technologies to manage...
The following rules are intended to prevent all XSS in your application. While these rules do not allow absolute freedom in putting untrusted data into an HTML document, they should cover the vast majority of common use cases. You do not have to allow all the rules in your organization. Many organizations...
So , even you use GNU/Linux , it doesn't mean that you don't have to care about malicious code . Enjoy the show :) This Shmoocon presentation by Jon Larimer from IBM X-Force starts off with a definition of autorun vulnerabilities and some examples from Windows, then jumps straight into the Linux...