Search found 11 matches

by nabila12
Thu May 15, 2014 2:32 am
Forum: AES Crypt
Topic: Reading the key file on Windows
Replies: 11
Views: 21216

Re: Reading the key file on Windows

Sir,

Many thanks for your reply..the key file stored the random password generated by sha256, right? but that key file is also sent to the receiver along with encrypted file,which is dangerous if other users get that keyfile?
by nabila12
Wed May 14, 2014 2:41 am
Forum: AES Crypt
Topic: Reading the key file on Windows
Replies: 11
Views: 21216

Re: Reading the key file on Windows

sir,

does it mean that the .key file contains 32 bytes output after hashing using sha256?the function of the .key file is just the same with password, am i right? but why i cant open the .key file?
by nabila12
Tue May 13, 2014 8:28 am
Forum: AES Crypt
Topic: Reading the key file on Windows
Replies: 11
Views: 21216

Re: Reading the key file on Windows

Sir, thank you for the explanation. But may i know the command to implement it in aescrypt? thanks again
by nabila12
Fri May 09, 2014 1:35 am
Forum: AES Crypt
Topic: Reading the key file on Windows
Replies: 11
Views: 21216

Re: Reading the key file on Windows

hi mr paul,

may i know how to use sha256.c in aescrypt? what is actually the function of it in aescrypt?
thanks
by nabila12
Thu Sep 26, 2013 5:28 am
Forum: AES Crypt
Topic: Execution times on an ARM9 (DM368)
Replies: 8
Views: 15051

Re: Execution times on an ARM9 (DM368)

it works. thanks again sir! ;)
by nabila12
Thu Sep 26, 2013 3:05 am
Forum: AES Crypt
Topic: Execution times on an ARM9 (DM368)
Replies: 8
Views: 15051

Re: Execution times on an ARM9 (DM368)

i have this problem:


root@nabila2:/nabila/aescrypt-3.0.9/src# ./aescrypt -e -k test 10kb.txt
root@nabila2:/nabila/aescrypt-3.0.9/src# time aescrypt -e -k test 10kb.txt
bash: aescrypt: command not found

real 0m0.001s
user 0m0.000s
sys 0m0.000s

why this happen?
by nabila12
Mon May 20, 2013 2:48 am
Forum: AES Crypt
Topic: Execution times on an ARM9 (DM368)
Replies: 8
Views: 15051

Re: Execution times on an ARM9 (DM368)

You use this command right?

$ time aescrypt -e -p test testfile

thanks so much Mr!
by nabila12
Mon May 20, 2013 12:07 am
Forum: AES Crypt
Topic: Execution times on an ARM9 (DM368)
Replies: 8
Views: 15051

Re: Execution times on an ARM9 (DM368)

Hi Mr Paulej,

I want to ask, how can i know the execution time of the encryption? should i add time string, or i just run the command?
by nabila12
Thu May 16, 2013 6:22 am
Forum: AES Crypt
Topic: cannot install in debian(linux)
Replies: 4
Views: 7809

Re: cannot install in debian(linux)

another silly mistake!
thank you very much Mr!
by nabila12
Thu May 16, 2013 12:36 am
Forum: AES Crypt
Topic: cannot install in debian(linux)
Replies: 4
Views: 7809

Re: cannot install in debian(linux)

Oh i forgot to put src dir,it works now!Thank you very much!
But when i try to encrypt blup.txt file, it says no such file as below:

root@anomy:~/Desktop/aescrypt-3.0.9/src# make
gcc -Wall -D_FILE_OFFSET_BITS=64 -c aescrypt.c
gcc -Wall -D_FILE_OFFSET_BITS=64 -c aes.c
gcc -Wall -D_FILE_OFFSET_BITS ...