Security Software review and downloads
  • Home
  • Spyware & Spyware Remover
  • Registry & Registry Cleaner
  • Firewall
  • Hacked
  • Uninstall & Uninstaller
  • Antivirus

How secure is this c# encryption algorithm? (if a salt were used)?

July 27th, 2008 · No Comments

byte[] bytes = ASCIIEncoding.ASCII.GetBytes(textBox1.Text);

int hash = 1;

for (int n = 0; n < 10000; n++)

{

for (int i = 0; i < bytes.Length; i++)

{

if ((i * n) % 5 == 0)
{
hash *= bytes[i];
}
if ((i * n) % 5 == 1)
{
hash += bytes[i];
}
if ((i * n) % 5 == 2)
{
hash -= bytes[i];
}
if ((i * n) % 5 == 3)
{
hash += bytes[i];
}
if ((i * n) % 5 == 4)
{
hash *= bytes[i];
}
}
}
return hash

Related posts:

  • I am disturbed! by this encryption thing in c#?
  • You guys how are you? Me i am not fine because of 1. I am trying to read data from...
  • how to install symantec endpoint protection 11?
  • today i've download symantec endpoint protection 11.4202. the total size of this file is...
  • Cracking a 448 bit Blowfish encryption key?
  • Is it possible within a life time, and how much computer power would be...
  • (vb 2008)Is it possible to convert a .exe or .dll to bytes?
  • I have a client program on one computer and server on the other. What I want to do is...
  • I currently have mcafee on pc?
  • I was hacked so i want to know if malware bytes is ok when i still have mcaffee because i...
  • advice on encryption programmes?
  • Need some advice from anyone familiar with encryption. I currently have Drivecrypt which...
  • What is the simplest public-key encryption algorithm?
  • I'm interested in programming and cryptography, and I want to write an asymmetric-key...
  • How does RSA encryption work from a computer science perspective? Simple example?
  • I've always been curious about RSA, but I just don't understand how it works. ...
  • I want to backup my files onto a flash drive, how many GB will I need?
  • I put all the music, picture and word files I want saved into one folder and when I check...
  • How does RSA encryption work from a computer science perspective? Simple example?
  • I've always been curious about RSA, but I just don't understand how it works....

    Tags: Encryption


    0 responses so far ↓

    • There are no comments yet...Kick things off by filling out the form below.

    Leave a Comment

    *
    To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
    Click to hear an audio file of the anti-spam word

    Tags: Email Spam Uninstall spyware Security Software Trend Micro Registry Cleaner Pc Tools Norton Nod32 Kaspersky Internet Security Hacked Firewall Computer Security Avg Avast Antivirus Ad Aware Monitoring Software Encryption Backup


    A Slow System?
    Harassed by DLL errors?
    Plagued by constant Blue Screens?
    Receiving error messages and don't know why?

     
    • Most popular Software downloads

      • Pctools
      • kaspersky
    About | Contact Us | Old Sitemap Security Software review and download . All rights reserved PoweredBy Yahoo!API.