miércoles, 13 de noviembre de 2013

Signing Soap Message with X509 Certificate

Signing Soap Message with X509 Certificate Digitally Sign from C# - SOAP Message In this example we will see how we recover a certificate fr...

lunes, 11 de noviembre de 2013

Trace SOAP Request/Response XML with TraceExtension - SoapExtension - C#

Trace SOAP Request/Response XML with  TraceExtension -  SoapExtension - C# In one of my projects, I had to interact with a Web Service (Ja...

jueves, 7 de noviembre de 2013

Decrypt files encrypted with GnuPG FROM C#

Decrypt files encrypted with GnuPG FROM C# During these last days I saw the need to encrypt files with GnuPG program at the same time I had ...

martes, 5 de noviembre de 2013

Generación de Claves, Encriptacion y Desencriptacion con GnuPG

Generación  de Claves, Encriptacion y Desencriptacion con GnuPG 1- Instalar el programa gnupg 2- Verificamos si existe algún par de claves e...

lunes, 4 de noviembre de 2013

Generate a new key pair - GnuPG

Generate a new key pair -  GnuPG The option of the command line - gen -key is used to generate a new primary key pair . gpg - gen-key gpg (G...