<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7122745763234660283.post3127680028749060011..comments</id><updated>2010-05-10T00:50:56.243-07:00</updated><category term='jQuery'/><category term='Web Attacks'/><category term='Advisory'/><category term='Applet Security'/><category term='Http Request Splitting'/><category term='Application Security'/><category term='Http Parameter Pollution'/><category term='malware'/><category term='Cross Site Scripting'/><category term='Dom Xss'/><category term='DOMinator'/><category term='WWeb Security'/><category term='Banking'/><category term='Java'/><category term='Information Disclosure'/><category term='Omniture'/><category term='Spring MVC'/><category term='Expression Language Injection'/><category term='Java Security'/><category term='twitter'/><category term='Sharepoint'/><category term='Web Security'/><category term='Client Side HTTP Parameter Pollution'/><category term='JNLP Security'/><category term='JSON'/><category term='Liferay'/><category term='Same Origin Policy'/><category term='Arbitrary Code Execution'/><title type='text'>Comments on Minded Security Blog: Is Php the only language doing flexible Base64 dec...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.mindedsecurity.com/feeds/3127680028749060011/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default'/><link rel='alternate' type='text/html' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html'/><author><name>Minded Security</name><uri>http://www.blogger.com/profile/01503616812076743415</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7122745763234660283.post-7082939408993330803</id><published>2010-04-25T15:40:25.780-07:00</published><updated>2010-04-25T15:40:25.780-07:00</updated><title type='text'>Hey Mate,
         I&amp;#39;ve just checked a few oth...</title><content type='html'>Hey Mate,&lt;br /&gt;         I&amp;#39;ve just checked a few other Java Base64 implementations.Here you have:&lt;br /&gt;&lt;br /&gt;public class Main {&lt;br /&gt;&lt;br /&gt;    public static void main(String[] args) throws IOException {&lt;br /&gt;        String token=&amp;quot;a.GVsbG8gd29ybGQ=&amp;quot;;&lt;br /&gt;&lt;br /&gt;        // 1 - com.Ostermiller.util.Base64&lt;br /&gt;        System.out.println(&amp;quot;1 - &amp;quot;+com.Ostermiller.util.Base64.decode(token));&lt;br /&gt;        // 2 - sun.misc.BASE64Decoder !deprecated!&lt;br /&gt;        System.out.println(&amp;quot;2 - &amp;quot;+new BASE64Decoder().decodeBuffer(token));&lt;br /&gt;        // 3 - com.sun.faces.util.Base64&lt;br /&gt;        System.out.println(&amp;quot;3 - &amp;quot;+com.sun.faces.util.Base64.decode(token.getBytes()));&lt;br /&gt;        // 4 - org.apache.axis.utils.Base64&lt;br /&gt;        System.out.println(&amp;quot;4 - &amp;quot;+org.apache.axis.utils.Base64.decode(token.getBytes()));&lt;br /&gt;&lt;br /&gt;            //run:&lt;br /&gt;            //1 - hello world&lt;br /&gt;            //2 - [B@1d8957f&lt;br /&gt;            //3 - [B@1abab88&lt;br /&gt;            //4 - [B@16cd7d5&lt;br /&gt;    }&lt;br /&gt;}</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/7082939408993330803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/7082939408993330803'/><link rel='alternate' type='text/html' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html?showComment=1272235225780#c7082939408993330803' title=''/><author><name>Luca Carettoni</name><uri>http://www.blogger.com/profile/09957564681262364569</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='31' src='http://1.bp.blogspot.com/_5TMxqPSTp9k/SXnAA-dClZI/AAAAAAAAA1s/80j8Ko3ETb4/S220/lucacarettoni_small.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html' ref='tag:blogger.com,1999:blog-7122745763234660283.post-3127680028749060011' source='http://www.blogger.com/feeds/7122745763234660283/posts/default/3127680028749060011' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1115243246'/></entry><entry><id>tag:blogger.com,1999:blog-7122745763234660283.post-5782605949637443989</id><published>2010-04-23T04:45:40.823-07:00</published><updated>2010-04-23T04:45:40.823-07:00</updated><title type='text'>Hi Andrew thanks :)

that exactly fit my toughts.
...</title><content type='html'>Hi Andrew thanks :)&lt;br /&gt;&lt;br /&gt;that exactly fit my toughts.&lt;br /&gt;It to some extent similar to the concept I tried to focus when talking about Hpp.&lt;br /&gt;&lt;br /&gt;The good update is that probably in the next release of ModSecurity we will have two Base64 decoders strict and flexible ;)&lt;br /&gt;&lt;br /&gt;Stefano</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/5782605949637443989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/5782605949637443989'/><link rel='alternate' type='text/html' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html?showComment=1272023140823#c5782605949637443989' title=''/><author><name>Minded Security</name><uri>http://www.blogger.com/profile/01503616812076743415</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html' ref='tag:blogger.com,1999:blog-7122745763234660283.post-3127680028749060011' source='http://www.blogger.com/feeds/7122745763234660283/posts/default/3127680028749060011' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1570645034'/></entry><entry><id>tag:blogger.com,1999:blog-7122745763234660283.post-7381901373243959612</id><published>2010-04-23T04:36:59.885-07:00</published><updated>2010-04-23T04:36:59.885-07:00</updated><title type='text'></title><content type='html'>This comment has been removed by a blog administrator.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/7381901373243959612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/7381901373243959612'/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html' ref='tag:blogger.com,1999:blog-7122745763234660283.post-3127680028749060011' source='http://www.blogger.com/feeds/7122745763234660283/posts/default/3127680028749060011' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.contentRemoved' value='true'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-249572592'/></entry><entry><id>tag:blogger.com,1999:blog-7122745763234660283.post-888597219760256970</id><published>2010-04-22T04:32:19.103-07:00</published><updated>2010-04-22T04:32:19.103-07:00</updated><title type='text'>http://www.ietf.org/rfc/rfc2045.txt
Page 25:
Any c...</title><content type='html'>http://www.ietf.org/rfc/rfc2045.txt&lt;br /&gt;Page 25:&lt;br /&gt;Any characters outside of the base64 alphabet are to be ignored in base64-encoded data.&lt;br /&gt;...&lt;br /&gt;That&amp;#39;s about the rfc. &lt;br /&gt;(found on org.apache.commons.codec.binary.Base64 implementation)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/888597219760256970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7122745763234660283/3127680028749060011/comments/default/888597219760256970'/><link rel='alternate' type='text/html' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html?showComment=1271935939103#c888597219760256970' title=''/><author><name>Minded Security</name><uri>http://www.blogger.com/profile/01503616812076743415</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.mindedsecurity.com/2010/04/is-php-only-language-doing-flexible.html' ref='tag:blogger.com,1999:blog-7122745763234660283.post-3127680028749060011' source='http://www.blogger.com/feeds/7122745763234660283/posts/default/3127680028749060011' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1570645034'/></entry></feed>
