Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Affordable Encryption Accelerators

  • 01-02-2007 8:15pm
    #1
    Closed Accounts Posts: 1,567
    ✭✭✭


    does anyone know where to get these?
    looked at one place so far, soekris.com

    i was looking at the possibility of getting this at some point in future.
    Encryption, 128/192/256 AES, DES, 3-DES and RC4 at 420 to 920 Mbps
    Authentication, SHA-1 and MD5 at 650 to 720 Mbps

    this is just a prototype, but it sounds pretty good. :D

    the little brother is half the performance, around $80 dollars each and supported by most unix-variant operating systems.(obsd/fbsd/linux..etc)

    i'm guessing these could be used to crack encryption too, anyone know if they can be used for that purpose?
    or for cracking purposes, would it be better to use FPGAs like from Xilinx??

    edit:just found article using xilinx fpgas for sha-1 at 2.5Gbps, not sure what they used though


Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,576 Capt'n Midnight
    Mod ✭✭✭✭


    Couldn't you just use a GPU ?


  • Closed Accounts Posts: 1,567 Martyr
    ✭✭✭


    i looked into this last year, and apparently there is only a small increase in performance of block ciphers because of the manipulation of bytes needed, and gpus are more suitable to parallel operations.
    so, probably serpent,des,des3 and other bitslice implementations would work very well.(i wouldn't be an expert on it now) :)

    perhaps there is someone that has improved on this work since though (must look again)
    and i was told by a games programmer that dx10 cards may be more efficient for encryption.

    i'm not sure about hash algorithms (most are designed for 32-bit processors), but the paper i mentioned (which i can't find a copy of) claims to produce 2.5 gbps on a Xilinx FPGA, and obviously some precomputations are happening.

    i've seen implementations of some hash algorithms like md5 and sha-1 using MMX/XMM, for what seems like a good idea.
    2 or 4 hashes at once are obviously better than one, of course...but mmx/xmm doesn't natively support bit rotations, which is where it really slows down.

    its actually better to use 32-bit code in some situations, you can create 2 hashes at once, eliminating dependancies.

    if it were possible to pre-compute some values, and overall eliminate bit-rotations, then a parallel algorithm using xmm would be very fast.
    how to do this, i don't know, but maybe the article (which i can't find) shows.

    i haven't read this yet, but might be worth a look


  • Closed Accounts Posts: 1,567 Martyr
    ✭✭✭


    obviously somebody here on the boards must have read Cracking WIFI faster

    good read about crypto on hardware, another site is openciphers.org
    sorry if i can't keep up with events..:p


Welcome!

It looks like you're new here. Sign in or register to get started.
Advertisement