robertburrowes Sat Apr 15 17:33:00 2023 +1200
Use SecureRandom for generating the key, if none given.
robertburrowes Sat Apr 15 17:30:45 2023 +1200
show encrypted text too.
robertburrowes Sun Jun 5 18:46:28 2022 +1200
ensure we use bash
robertburrowes Sun Jun 5 18:21:48 2022 +1200
#PROJECT release 0.1.7
robertburrowes Sun Jun 5 18:18:15 2022 +1200
left out require stringio
robertburrowes Sun Oct 25 22:11:06 2020 +1300
Tidy up yard doc comments
robertburrowes Sun Oct 25 17:45:35 2020 +1300
Chdir to cd as Mac doesn't look to have chdir in sh
robertburrowes Sun Oct 25 13:51:16 2020 +1300
New hoe layout
robertburrowes Sun Oct 25 13:50:46 2020 +1300
formatting
robertburrowes Sun Oct 25 13:50:30 2020 +1300
now including this in repo
robertburrowes Sun Oct 25 13:50:02 2020 +1300
Move dev shell scripts into sbin
robertburrowes Tue Apr 14 21:21:06 2020 +1200
moved test data to its own dir
robertburrowes Tue Apr 14 14:32:08 2020 +1200
mv test data to test/data
robertburrowes Mon Apr 13 22:55:45 2020 +1200
Add __dir__ path to access testfile
robertburrowes Tue Apr 10 11:53:52 2018 +1200
Inc Version
robertburrowes Tue Apr 10 11:53:43 2018 +1200
Inc version
robertburrowes Tue Apr 10 11:53:33 2018 +1200
Inc version
robertburrowes Tue Apr 10 11:50:22 2018 +1200
OpenSSL::Cipher::Cipher.new deprecated in favour of OpenSSL::Cipher.new
robertburrowes Fri Jun 24 19:56:31 2016 +1200
Upped version number, and add auto tag of version number
robertburrowes Thu Jun 23 20:03:38 2016 +1200
Embedded digest and initialization vector code into self.gen_key_to_s and self.gen_iv_to_s
robertburrowes Wed Jun 22 20:53:26 2016 +1200
Write tests that work!
robertburrowes Wed Jun 22 20:37:08 2016 +1200
Next time the tests
robertburrowes Wed Jun 22 18:28:11 2016 +1200
Forgot to init @iv, if new was nil iv value
robertburrowes Wed Jun 22 15:37:29 2016 +1200
Removed trailing \n from base64 packed keys and iv
robertburrowes Mon Jun 20 17:58:30 2016 +1200
first commit