Re: graphic arts help needed

2014-05-08 Thread Phong Long
Yes, saw that after sending the link. Updated, tweaked the “O" more, and now in higher res: https://app.box.com/s/82kre5pilgul89d4bean -Phong On May 8, 2014 at 8:04:58 PM, Tim Hudson (t...@cryptsoft.com) wrote: On 9/05/2014 12:38 PM, Phong Long wrote: Hello guys Saw this and I wanted to

Re: graphic arts help needed

2014-05-08 Thread Phong Long
mium. Also makes for nice stickers. Feel free to do whatever you want with it! -Phong On May 8, 2014, Dominyk Tiller wrote: > Hey Steve & all, > > Here's a link to a couple of ideas: > > 1) https://app.box.com/s/151g7a1dw186fmvx9t7z > 2) https://app.box.com/s/t4wi69roj

EVP_DecryptFinal(...) for AES 128 error leads?

2005-02-18 Thread Phong
Hello all, As someone new to openSSL I'm trying to write a simple program to read a text file from disk, encrypt using AES 128 and write to disk and reverse the process. I started out with a blowfish example program and am attempting to change it to use AES. It works fine during the encryption

Using BIO to read info from file, encrypt, write to file

2005-02-06 Thread Phong
Hi, I'm trying to read a plaintext file from disk, encrypt it, and write the encrypted info to disk. [And eventually do the reversee too.] John Viega's OpenSSL book listed the a snippet for assembling BIOs. In his version, the code is reading from a buffer and writing to a file. In order to add