Top "Canonicalization" questions

is a process for converting data that has more than one possible representation into a "standard", "normal", or canonical form.

How to cryptographically hash a JSON object?

The following question is more complex than it may first seem. Assume that I've got an arbitrary JSON object, one …

json cryptography canonicalization
Java: XML canonicalization

What's the easiest way to make a canonical form of a XML file in Java? Do you have some done …

java xml canonicalization
What does Canonical Representation mean and its potential vulnerability to websites

I searched on google for a meaning of canonical representation and turned up documents that are entirely too cryptic. Can …

representation canonicalization
ESAPI canonicalize malforming url

We have an application that accepts URLs from users. This data needs validation, and we're using ESAPI for this purpose. …

java validation owasp canonicalization esapi
How To Use XmlDsigC14NTransform Class in C#

I am trying to canonicalize an xml node by using System.Security.Cryptography.Xml.XMLDsigC14nTransform class of c# .net …

c# xml xml-signature canonicalization