begin process at 2012 05 28 13:16:49
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

Divers

 > CRYPTAGE TRÈS SIMPLET

CRYPTAGE TRÈS SIMPLET


 Information sur la source

Note :
5,33 / 10 - par 3 personnes
5,33 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :Divers Niveau :Débutant Date de création :06/02/2004 Date de mise à jour :07/02/2004 22:41:40 Vu :7 067

Auteur : jeff_the_lifeguard

Ecrire un message privé
Commentaire sur cette source (7)
Ajouter un commentaire et/ou une note

 Description

Il n'y a plus d'erreur  !:)  Je l'ai trouver sur un site quelconque, alors il n'est pas de moi :)

Source

  • <!--
  • print $url_du_site_global;
  • ? echo"".session_name()."";=echo"".session_id()."";
  • --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  • <html>
  • <head>
  • <TITLE>..::G1Script.Com::.. Une Certaine Référence pour Tous</TITLE>
  • <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  • <META HTTP-EQUIV="cache-control" CONTENT="no-cache">
  • <META NAME="Author" LANG="fr" CONTENT="Tanguy Crollen">
  • <META NAME="Publisher" CONTENT="Tanguy Crollen">
  • <META NAME="Copyright" CONTENT="http://www.copyrightdepot.com/rep17/00033419.htm">
  • <META NAME="date-creation-ddmmyyyy" CONTENT="01012001">
  • <META NAME="robots" CONTENT="index, follow">
  • <META NAME="revisit-after" CONTENT="7">
  • <META NAME="Language" content="French">
  • <META NAME="Classification" content="Programmation">
  • <META NAME="Expires" content="never">
  • <META HTTP-EQUIV="content-language" CONTENT="fr">
  • <meta name="author" content="Tanguy Crollen">
  • <meta name="generator" content="WebExpert 5">
  • <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  • <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
  • <meta name="generator" content="WebExpert 5">
  • <link rel=stylesheet type="text/css" href="http://www.g1script.com/home/_inclus/styles.css">
  • <script language=JavaScript>
  • <!--
  • //////////////////////////////////////////////////////////////////
  • // Source Code Encrypter v1.0 //
  • //////////////////////////////////////////////////////////////////
  • // //
  • // This JavaScript can be freely used as long as this message //
  • // stays here in the header of the script. Any modifications //
  • // and bugs found (and fixed) are appreciated. //
  • // Script submitted/featured on Dynamicdrive.com //
  • // Visit http://www.dynamicdrive.com for source code //
  • // Svetlin Staev, svetlins@yahoo.com //
  • //////////////////////////////////////////////////////////////////
  • var i=0;
  • var ie=(document.all)?1:0;
  • var ns=(document.layers)?1:0;
  • function initStyleElements() /* Styles for Buttons Init */
  • {
  • var c = document.pad;
  • if (ie)
  • {
  • c.text.style.backgroundColor="#506E87";
  • c.compileIt.style.backgroundColor="#C0C0A8";
  • c.compileIt.style.cursor="hand";
  • c.select.style.backgroundColor="#C0C0A8";
  • c.select.style.cursor="hand";
  • c.view.style.backgroundColor="#C0C0A8";
  • c.view.style.cursor="hand";
  • c.retur.style.backgroundColor="#C0C0A8";
  • c.retur.style.cursor="hand";
  • c.clear.style.backgroundColor="#C0C0A8";
  • c.clear.style.cursor="hand";
  • }
  • else return;
  • }
  • /* Buttons Enlightment of "Compilation" panel */
  • function LightOn(what)
  • {
  • if (ie) what.style.backgroundColor = '#E0E0D0';
  • else return;
  • }
  • function FocusOn(what)
  • {
  • if (ie) what.style.backgroundColor = '#EBEBEB';
  • else return;
  • }
  • function LightOut(what)
  • {
  • if (ie) what.style.backgroundColor = '#C0C0A8';
  • else return;
  • }
  • function FocusOff(what)
  • {
  • if (ie) what.style.backgroundColor = '#DDDDDD';
  • else return;
  • }
  • /* Buttons Enlightment of "Compilation" panel */
  • function generate() /* Generation of "Compilation" */
  • {
  • code = document.pad.text.value;
  • if (code)
  • {
  • document.pad.text.value='En train de Compilier, Veuillez Attendre. Merci!';
  • setTimeout("compile()",1000);
  • }
  • else alert('Entrez votre code dans la boite à texte et puis Compilez-le!')
  • }
  • function compile() /* The "Compilation" */
  • {
  • document.pad.text.value='';
  • compilation=escape(code);
  • document.pad.text.value="<script>\n<!--\ndocument.write(unescape(\""+compilation+"\"));\n//-->\n<\/script>";
  • i++;
  • if (i=1) alert("Page Compilée 1 fois!");
  • else alert("Page Compilée "+i+" fois!");
  • }
  • function selectCode() /* Selecting "Compilation" for Copying */
  • {
  • if(document.pad.text.value.length>0)
  • {
  • document.pad.text.focus();
  • document.pad.text.select();
  • }
  • else alert('Rien est sélectionné!')
  • }
  • function preview() /* Preview for the "Compilation" */
  • {
  • if(document.pad.text.value.length>0)
  • {
  • pr=window.open("","Preview","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110");
  • pr.document.write(document.pad.text.value);
  • }
  • else alert('Rien trouvé pour une prévisualisation')
  • }
  • function uncompile() /* Decompiling a "Compilation" */
  • {
  • if (document.pad.text.value.length>0)
  • {
  • source=unescape(document.pad.text.value);
  • document.pad.text.value=""+source+"";
  • }
  • else alert('You need compiled code to uncompile it!')
  • }
  • // -->
  • </script>
  • <body>
  • <!-- Compilation Panel -->
  • <form method=post name=pad align=center><input type="hidden" name="PHPSESSID" value="83fe0c96f5c6137949d287aa10a1963a" />
  • <center><textarea rows=18 name=text cols=75></textarea><br>
  • <input type=button value=Compiler name=compileIt onClick=generate()>
  • <input type=button value=Selectionner name=select onClick=selectCode()>
  • <input type=button value=Visualiser name=view onClick=preview()>
  • <input type=button value=Source name=retur onClick=uncompile()>
  • <input type=reset value=Effacer name=clear>
  • </center>
  • </form>
<!-- 
print $url_du_site_global;
? echo"".session_name()."";=echo"".session_id()."";
--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<TITLE>..::G1Script.Com::.. Une Certaine Référence pour Tous</TITLE>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="cache-control" CONTENT="no-cache">
<META NAME="Author" LANG="fr" CONTENT="Tanguy Crollen">
<META NAME="Publisher" CONTENT="Tanguy Crollen">
<META NAME="Copyright" CONTENT="http://www.copyrightdepot.com/rep17/00033419.htm">
<META NAME="date-creation-ddmmyyyy" CONTENT="01012001">
<META NAME="robots" CONTENT="index, follow">
<META NAME="revisit-after" CONTENT="7">
<META NAME="Language" content="French">
<META NAME="Classification" content="Programmation">
<META NAME="Expires" content="never">
<META HTTP-EQUIV="content-language" CONTENT="fr">
<meta name="author" content="Tanguy Crollen">
<meta name="generator" content="WebExpert 5">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="generator" content="WebExpert 5">
<link rel=stylesheet type="text/css" href="http://www.g1script.com/home/_inclus/styles.css">

<script language=JavaScript>
<!--
//////////////////////////////////////////////////////////////////
// Source Code Encrypter v1.0 //
//////////////////////////////////////////////////////////////////
// //
// This JavaScript can be freely used as long as this message //
// stays here in the header of the script. Any modifications //
// and bugs found (and fixed) are appreciated. //
// Script submitted/featured on Dynamicdrive.com //
// Visit http://www.dynamicdrive.com for source code //
// Svetlin Staev, svetlins@yahoo.com //
//////////////////////////////////////////////////////////////////

var i=0;
var ie=(document.all)?1:0;
var ns=(document.layers)?1:0;

function initStyleElements() /* Styles for Buttons Init */
{
var c = document.pad;
if (ie)
{
c.text.style.backgroundColor="#506E87";
c.compileIt.style.backgroundColor="#C0C0A8";
c.compileIt.style.cursor="hand";
c.select.style.backgroundColor="#C0C0A8";
c.select.style.cursor="hand";
c.view.style.backgroundColor="#C0C0A8";
c.view.style.cursor="hand";
c.retur.style.backgroundColor="#C0C0A8";
c.retur.style.cursor="hand";
c.clear.style.backgroundColor="#C0C0A8";
c.clear.style.cursor="hand";
}
else return;
}

/* Buttons Enlightment of "Compilation" panel */
function LightOn(what)
{
if (ie) what.style.backgroundColor = '#E0E0D0';
else return;
}
function FocusOn(what)
{
if (ie) what.style.backgroundColor = '#EBEBEB';
else return;
}
function LightOut(what)
{
if (ie) what.style.backgroundColor = '#C0C0A8';
else return;
}
function FocusOff(what)
{
if (ie) what.style.backgroundColor = '#DDDDDD';
else return;
}
/* Buttons Enlightment of "Compilation" panel */

function generate() /* Generation of "Compilation" */
{
code = document.pad.text.value;
if (code)
{
document.pad.text.value='En train de Compilier, Veuillez Attendre. Merci!';
setTimeout("compile()",1000);
}
else alert('Entrez votre code dans la boite à texte et puis Compilez-le!')
}
function compile() /* The "Compilation" */
{
document.pad.text.value='';
compilation=escape(code);
document.pad.text.value="<script>\n<!--\ndocument.write(unescape(\""+compilation+"\"));\n//-->\n<\/script>";
i++;
if (i=1) alert("Page Compilée 1 fois!");
else alert("Page Compilée "+i+" fois!");
}
function selectCode() /* Selecting "Compilation" for Copying */
{
if(document.pad.text.value.length>0)
{
document.pad.text.focus();
document.pad.text.select();
}
else alert('Rien est sélectionné!')
}
function preview() /* Preview for the "Compilation" */
{
if(document.pad.text.value.length>0)
{
pr=window.open("","Preview","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110");
pr.document.write(document.pad.text.value);
}
else alert('Rien trouvé pour une prévisualisation')
}
function uncompile() /* Decompiling a "Compilation" */
{
if (document.pad.text.value.length>0)
{
source=unescape(document.pad.text.value);
document.pad.text.value=""+source+"";
}
else alert('You need compiled code to uncompile it!')
}
// -->
</script>
<body>

<!-- Compilation Panel -->
<form method=post name=pad align=center><input type="hidden" name="PHPSESSID" value="83fe0c96f5c6137949d287aa10a1963a" />
<center><textarea rows=18 name=text cols=75></textarea><br>
<input type=button value=Compiler name=compileIt onClick=generate()>
<input type=button value=Selectionner name=select onClick=selectCode()>
<input type=button value=Visualiser name=view onClick=preview()>
<input type=button value=Source name=retur onClick=uncompile()>
<input type=reset value=Effacer name=clear>
</center>
</form>


 Conclusion

Voilà !!


 Sources du même auteur

MENU ANTI CLIC
Source avec Zip INFORME SUR LES INFORMATIONS SYSTÈME
TXT QUI CE BALADE DE GAUCHE À DROITE DE L'ÉCRAN
DIT TOUT LES INFORMATIONS PERTINENTES DE L'ORDINATEUR
BOUTON MÉTÉO POUR LE QUÉBEC SEULEMENT

 Sources de la même categorie

Source avec Zip Source avec une capture SLIDESHOW IMAGES ET TEXTES EN PUR JAVASCRIPT par ansuzpeorth
Source avec Zip INPUT TEXT AUTOMATIQUE CREATION SUPPRESSION par lycanges
Source avec Zip Source avec une capture TABLE_SV : TABLEAU DYNAMIQUE, MONTRER/CACHER COLONNE SUR DEM... par synanceia
COLONNES ADAPTABLES EN HAUTEUR par dronoide
Source avec Zip VECTEURS ET MATRICES: OUTILS GRAPHIQUES UTILES par william voirol

Commentaires et avis

Commentaire de transfear le 07/02/2004 19:50:06

/* The redistribution of this application script is strictly    */
/* prohibited by all its meanings. For any kind of use other    */
/* than personal contact Infinity Interactive for permission    */
/* of use.

Heu.. t'as pas respecté ça je crois...

Commentaire de apxa le 10/02/2004 10:58:06

Salut,
J'ai pas trop pigé ce qu'il crypté ta source mais bon...
have fun.

Commentaire de Calypsone le 11/02/2004 19:02:39

bein, ce code sert a crypter la source de votre page pour qu'un utilisateur mal intentionné ne fasse pas comme jeff, et ne puisse pas lire la source du script

Commentaire de Calypsone le 11/02/2004 19:04:17

bein, ce code sert a crypter la source de votre page pour qu'un utilisateur mal intentionné ne fasse pas comme jeff, et ne puisse pas lire la source du script

Commentaire de apxa le 11/02/2004 19:19:46

Ben je l'ai teste il crypte po grand chose mais bon...

Commentaire de jeff_the_lifeguard le 10/04/2004 01:07:10

a vrai dire c'est plutot pour qu'un newfie puisse se perdre en cherchant, mais quelqu'un qui est à un niveau intermédiaire et plus, peut tout retrouver les éléments "camoufler"

Commentaire de coucou747 le 16/08/2004 14:53:13 administrateur CS

bah juste comme ça nimporte qui est capable de désactiver javascript sur mozilla ne ex : un débutant entent parler de javascript croit que ça peut aprorter des virus ... il le désactive et peut piquer tes sources...

autre exemple machin veut faire un site, donc il cherche des sources nimporte ou, enfin bon, si il cherhce a faire un site, il saura ce que c'est que le javascript, ...

Pour protéger tes sourcers js, c'est as vraiment possible...
Sous notepad, si tu fais un petit script, tu peux mettre tout sur le même ligne et mettre au début 80 espaces, avec un peu de chance, il ne verra pas la barre de défilement ^^

 Ajouter un commentaire




Nos sponsors


Sondage...

Comparez les prix

CalendriCode

Mai 2012
LMMJVSD
 123456
78910111213
14151617181920
21222324252627
28293031   

Consulter la suite du CalendriCode

A découvrir



 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,889 sec (3)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales