Messages - Gothi[c] [ switch to compact view ]

Pages: prev1 ... 151 152 153 154 155 [156] 157 158 159 160next
776
Post New Requests Here / Re: IDEA: LAN Email monitoring
« on: April 24, 2006, 01:48 AM »
You could just use a sniffer that does arp poisening like ettercap ( http://ettercap.sourceforge.net ) or cain ( http://www.oxid.it/cain.html )


777
Sou should remove the www. from the sourceforce link

oops, done. i can't believe i www'd sourceforge! shame on me :D


779
You could use an encrypted filesystem.

If you use linux this can be done quite easily without too much overhead.
http://www.faqs.org/docs/Linux-HOWTO/Loopback-Encrypted-Filesystem-HOWTO.html

in windows you could use PGPDisk
http://www.pgpi.org/products/pgpdisk/

or truecrypt
http://www.truecrypt.org/

It is said that windows vista will have encrypted filesystem support built-in natively. (not that i'd ever use vista :p)


780
or even if FBSL just supported assembly instead of turbo pascal-style machine code blocks

FYI Turbo Pascal did have ASM blocks.

PROCEDURE ShowMouse ; ASSEMBLER
ASM
  MOV AX,1
  INT 33
END;

BEGIN

ASM
  MOV AX,13
  INT 10h
END;

ShowMouse;

ASM
  @WAITCLICK:
  MOV AX,3
  INT 33
  CMP BX,0
  JE @WAITCLICK
END;

END.

Maybe you ment QBasic ;)

Pages: prev1 ... 151 152 153 154 155 [156] 157 158 159 160next
Go to full version