tips & tricks


Calendario
aprile 2024
lmmgvsd
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

PKCS

PKCSThe PKCS#12 specifies a portable format for storing and transporting certificates, private keys, and miscellaneous secrets. It is the preferred format for many certificate handling operations and is supported by most browsers and recent releases of the Windows family of operating systems. It has the advantage of being able to store the certificate and corresponding key, root certificate, and any other certificates in the chain in a single file.http://sourceforge.net/projects/open 
Leggi tutto il post...
Categoria: Criptografia
giovedì, 27 giu 2013 Ore. 15.39

Verificare la firma in Java

import java.io.*;import java.security.*;import java.security.cert.*;import java.security.spec.*;import org.apache.commons.io.IOUtils;import sun.misc.BASE64Decoder;class VerSig {    public static void main(String[] args) {               try {                            String signedText = " 
Leggi tutto il post...
Categoria: Java
mercoledì, 05 giu 2013 Ore. 10.04
Archivio Posts
Anno 2020

Anno 2018

Anno 2015

Anno 2013

Anno 2011

Anno 2010

Anno 2009

Anno 2008
Statistiche
  • Views Home Page: 13.296
  • Views Posts: 55.985
  • Views Gallerie: 2.837
  • n° Posts: 117
  • n° Commenti: 1
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003