Results 1 to 3 of 3

Thread: Using Blowfish in Linux after you install the Blowfish Encryption Patch

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    4

    Using Blowfish in Linux after you install the Blowfish Encryption Patch

    I just installed the Blowfish patch to my linux box. Now, I am unsure at how to use it.

    Any ideas on where I could see some examples?
    Basically, I am modifying system calls, system calls sys_read, sys_write, and I want to encrypt (via Blowfish) the filename, and the text that is written to the file.

    This is for a school project, any help would be greatly GREATLY appreciated.


    Thanks

    -FuBar
    my goal in life is for infinite knowledge

  2. #2
    Member
    Join Date
    Oct 2001
    Posts
    88
    I have never used Blowfish Encryption on a Linux box, but I have used it on OpenBSD. You may want to start by checking out http://www.openbsd.org and reading up on it.

    Hope you find your answer

  3. #3
    Senior Member
    Join Date
    Jul 2001
    Posts
    138
    Here's an idea....

    I think you can specify what encryption technology to use to encrypt your user passwords. Do a search online to find out how to do this and use Blowfish for your user password encryption. Blowfish is a MUCH stronger encryption technology than the standard crypto that Linux uses by default.

    Happy Hacking
    -----------------------------------------------------
    Warfare is the Way of deception.
    -Sun Tzu \"The Art of War\"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •