Scripts posted recently by franklin in Kelpi

1- 3 of 3.

Obfuscated C Code

to obfuscated c by franklin

/* $Id: mkentry.c,v 1.3 2004/01/27 06:53:08 chongo Exp $ */
/*
 * Copyright (c) Leonid A. Broukhis, Simon Cooper, Landon Curt Noll and
 * Peter Seebach, 2004.
 *

Cript and decript an string

to java cript by franklin

// http://cricava.com/java/encriptacion_y_desencriptacion_de_cadenas_usando_claves
 // 
 // Mariano Iglesias

 String cadenaEncriptada = Cifrador.encriptar("clave", "Mi Cadena"); 

compute the 32-bit CRC

to c++ crc by franklin

/* http://cpp.snippets.org/code/crc_32.c */
/* Crc - 32 BIT ANSI X3.66 CRC checksum files */

#include <stdio.h>
#include "crc.h"
hits counter