My new site: ardoino.com
Furious: Crypto/Security
Mar 8, 03:59 AM: OpenSSL implementation of encryption algorithms [ DES / Blowfish / IDEA / MD5 ] [ C source code ]
- Online article
- Language: Italian
- Index:
OpenSSL simmetric ciphers implementation – sample program [UNISFED] using openssl libs.0. Intro
1. Descrizione algoritmi
2. Funzioni & headers DES
3. Funzioni & headers Blowfish
4. Funzioni & headers IDEA
5. Funzioni & headers MD5
Mar 8, 03:38 AM: Unisfed [ Simple file encrypter / decrypter ]
- Download
- Last version: 0.1
- Description[EN]: Simple file encrypter/decrypter written in C using OpenSSL . Supports : RSA , MD5 , IDEA , DES , BlowFish .
- Descrizione[IT]: programma per cifrare/decifrare files scritto in C . Supporta : MD5 , IDEA , DES , BlowFish .
Feb 13, 03:53 AM: Simple Secure Data Transfer - SSDT [ C source code ]
- Online article
- Last version: 0.1
- Description: The SSDT utility makes use of sending spoofed ICMP and UDP traffic to send RSA encrypted files. Both client and server side programs are included.
- Descrizione[IT]: SSDT permette di inviare pacchetti ICMP e UDP spooffati e cifrati con RSA .
Nov 22, 03:55 AM: OpenSSL/RSA : toolkit and implementation [ C source code ]
- Online article
- Language: Italian
- Index:
RSA algorithm explaination – sample program using OpenSSL libs.0. Intro
1 RSA – Teoria
1.1 OpenSSL/RSA [genrsa,rsa,rsautl]
(generare chiave,cifrare/decifrare,firmare,...)
1.1.1 GPG
1.2 Impariamo ad implementare RSA nei nostri programmi
1.2.1 RSA – Headers
1.2.2 RSA – Le chiavi
1.2.3 RSA – Cifrare e decifrare

