Re: create a cryptoloop from a perlscript

2005-09-12 Thread Mauro Stettler
2005/9/12, Mauro Stettler <[EMAIL PROTECTED]>: > 2005/9/12, John W. Krahn <[EMAIL PROTECTED]>: > > Mauro Stettler wrote: > > > hi together > > > > Hello, > > > > > im writing a perlscript which should be able to create a cryptoloop >

Re: create a cryptoloop from a perlscript

2005-09-11 Thread Mauro Stettler
2005/9/12, John W. Krahn <[EMAIL PROTECTED]>: > Mauro Stettler wrote: > > hi together > > Hello, > > > im writing a perlscript which should be able to create a cryptoloop > > onto a device. the console command to do this is losetup /dev/loo0 > > /dev/

create a cryptoloop from a perlscript

2005-09-11 Thread Mauro Stettler
hi together im writing a perlscript which should be able to create a cryptoloop onto a device. the console command to do this is losetup /dev/loo0 /dev/sdb1 -e twofish-256, then i am asked for a password... the problem is, this password is requested by the function getpass(), i don't know how i ca