Skip to content Skip to sidebar Skip to footer
Showing posts with the label Encoding

Aes-256 Cbc Encryption Succeeds In Ruby/php, But Decryption Fails With Cryptojs

I can AES-256 CBC encrypt a string in PHP or Ruby (using the gem symmetric-encryption) and get the … Read more Aes-256 Cbc Encryption Succeeds In Ruby/php, But Decryption Fails With Cryptojs

How To Detect If A String Is Encoded With Escape() Or Encodeuricomponent()

I have a web service that receives data from various clients. Some of them sends the data encoded u… Read more How To Detect If A String Is Encoded With Escape() Or Encodeuricomponent()

`$('#form').serialize()` Messes Up Utf-8 Characters

I'm inserting a form with AJAX and I'm using: $('#form').serialize() to get all the… Read more `$('#form').serialize()` Messes Up Utf-8 Characters

Grunt And Uglifyjs In Windows App Development - Utf8 Problems

I'm developing a Windows 8/8.1 JavaScript app. It basicallly is a port of our webapp. For deplo… Read more Grunt And Uglifyjs In Windows App Development - Utf8 Problems

Rails / Javascript: "too Many Parameter Keys" - What's A Good Way To Normalize Form Data?

I'm using rails 3.1.3. I have a form with a lot of fields. When the form is submitted, I get th… Read more Rails / Javascript: "too Many Parameter Keys" - What's A Good Way To Normalize Form Data?

Why Are Atob And Btoa Not Reversible

I'm trying to find a simple way to record and temporarily obfuscate answers to 'quiz' q… Read more Why Are Atob And Btoa Not Reversible