projects/blow-4-php.1196541527.txt.gz · Zuletzt geändert: d.m.Y H:i von terminar
   
 
 

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
projects:blow-4-php [d.m.Y H:i]
terminar
projects:blow-4-php [d.m.Y H:i] (aktuell)
terminar
Zeile 5: Zeile 5:
 Some weeks ago i was searching for an easy way to do blowfish-stuff with php, but the only solution i found was using mcrypt or use some wrappers which weren't working for me. Due to several reasons, this was not what i wanted and i started to port blowfish to PHP, now theoreticaly you only need this php-source to encrypt and decrypt with blowfish, but the problem is, it is incredible slow!!!!! Some weeks ago i was searching for an easy way to do blowfish-stuff with php, but the only solution i found was using mcrypt or use some wrappers which weren't working for me. Due to several reasons, this was not what i wanted and i started to port blowfish to PHP, now theoreticaly you only need this php-source to encrypt and decrypt with blowfish, but the problem is, it is incredible slow!!!!!
 Like other implementations, this is not perfect, it is only used with strings, not with bytes, however, this is just a test and it is not fitting for my need yet because of the speed-problem, but if you like to help me optimize this code, you're welcome, write a mail to me if you want to contribute or just for something else... Like other implementations, this is not perfect, it is only used with strings, not with bytes, however, this is just a test and it is not fitting for my need yet because of the speed-problem, but if you like to help me optimize this code, you're welcome, write a mail to me if you want to contribute or just for something else...
 +
  
 ===== Files ===== ===== Files =====
Zeile 10: Zeile 11:
 {{projects:blow-4-php-0.0.7-dev.gz|blow-4-php-0.0.7-dev (current)}} {{projects:blow-4-php-0.0.7-dev.gz|blow-4-php-0.0.7-dev (current)}}
  
-~~DISCUSSION~~ 
  
 
 
 
   
(490 views) projects/blow-4-php.1196541527.txt.gz · Zuletzt geändert: d.m.Y H:i von terminar