English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1424) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2024.04.27. 20:05)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés
Σ: 1 post

TCH  (statz) Főfasz
#1, Főfasz (10443)
1498 | #176f | ^ | Idézet | Fri, 28 Oct 2011 18:39:27 +02
46.107.*.* Unknown Unknown Hungary *.catv.pool.telekom.hu
kemi írta/wrote:
Az RC, meg ha van mondjuk egy 64 bites kulcs, akkor ugye brute force-szal a támadónak átlagosan 264 / 2 lehetséges seedet kell végigpróbálnia. Elég nagy szám, de máris nem törhetetlen.
Nem törhetetlen? Hát valóban a 16 exányi lehetőségből az egyik jó lesz. De honnan tudja, hogy az az? Persze szöveg esetén nyilván lehet érteni, vagy bárminél aminek fejléce van.
kemi írta/wrote:
Ha viszont többször több irányba lett elkódolva akkor már nehezebb a dolga.
Na, ja,mert akkor már 2128 lehetőség van. És így tovább, és így tovább.
Viszont mi van akkor, ha feldarabolom az adatod és egyik részét ezzel a kulccsal a másik részét azzal a kulcssal a harmadikat amazzal a kulcssal titkosítom le? Aztán összefűzöm. Akkor soha nem fogja visszafejteni senki sem.

Alter rnd
unsigned int __seed;

unsigned int rol(unsigned int value)
{
	return (value << 1) | (value >> 31);
}

unsigned int ror(unsigned int value)
{
	return (value >> 1) | (value << 31);
}

unsigned int rnd()
{
	unsigned int x, y, i;
	x = __seed;
	y = ~__seed;
	for (i = 0; i < 31; ++i)
	{
		x = rol(x);
		y = ror(y);
		__seed ^= x;
		__seed ^= y;
	}
	return __seed;
}
és ugyanez 68k-ban
__rnd	move.l __seed, d0
	move.l d0, d1
	move.l d1, d2
	not.l d2
	moveq #32, d3
-	rol.l #1, d1
	ror.l #1, d2
	eor.l d1, d0
	eor.l d2, d0
	dbra d3, -
	move.l d0, __seed
	rts
__seed	dc.l 0


English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1424) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2024.04.27. 20:05)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés

Név: (max 255 byte)

Email: (max 255 byte) Nem kötelező!

Üzenet: (max 65536 kar.) 65536-0=65536




crap_vkn v4.34.0 by TCH
Thx to saxus for the escaped string decoder function (PHP), the realIP function (PHP) & the SQL handle layer (PHP), to thookerov for the int_divide function (PHP), to Jeff Anderson for the getSelText function (JS), to Alex King for the insertAtCursor function (JS), Flood3r for the new CSS styles, Pety for the spamprotection idea and some design and comfort ideas, MaxMind for the IP2Country database, famfamfam for the flags of countries and an unknown PHP programmer for the removeAccents function.



Kecskebaszók ide!