Monday, September 02, 2019

Terminal Joy

ASCII use at its best in terminal

1. asciinema (apt install asciinema)

2. tmate (apt install tmate)
3. lolcat (apt install lolcat)
4. boxes (apt install boxes)
5. figlet
6. banner
7. asciio

Sunday, September 14, 2014

Openssl file encryption and decryption

ENCRYTPION
openssl aes-256-cbc -a -salt -in sensitive_doc.txt -out sensitive_doc.txt.enc

-a : base 64 encoding
-salt: makes it more secure
-in : unencrypted file
-out: encrypted file

DECRYPTION
openssl aes-256-cbc -d -a -in -in sensitive_doc.txt.enc -out sensitive_doc.txt.recovered



 ENC/DECRYPTION from STDIN
user@laptop:~$   echo myname is jhon
myname is jhon
user@laptop:~$ echo myname is jhon | openssl aes-256-cbc -a -salt
enter aes-256-cbc encryption password:
Verifying - enter aes-256-cbc encryption password:
U2FsdGVkX19zg6rV0yzowwvHpDwFwUJ8c8ISI1PYxuA=
user@laptop:~$ echo U2FsdGVkX19zg6rV0yzowwvHpDwFwUJ8c8ISI1PYxuA= |openssl aes-256-cbc -d -a
enter aes-256-cbc decryption password:
myname is jhon



 openssl [ list-standard-commands | list-message-digest-commands | list-
       cipher-commands | list-cipher-algorithms | list-message-digest-
       algorithms | list-public-key-algorithms

Sunday, May 02, 2010

Arvyla Player V1.8

This is actually not an upgrade of the arvyla player but a version that can be installed from version 1.5 (cupcake) of android and above. The previous versions of arvyla player were able to run from version 1.6 (donut) and above.

This was a request from a friend running cupcake on his phone :-).

Saturday, May 01, 2010

Arvyla Player V1.5

Well there is a saying in the world of open source. "Release early, Release often". Arvyla Player v1.5 for Android is out and now you have the ability to set as Ringtone or Notification your favorite "Arvyla" sound.

In the next release i will try to add more sounds in the application.

Friday, April 30, 2010

Finally i uploaded Radio Arvyla Player on android Market :-). This is a pet application that i created, in order to learn how to program on the android platform. I hope you enjoy the app.
Since i only have a G1 phone to test my apps, comments about the application running on other phones are welcomed.

Tuesday, September 11, 2007

Well it has been a while since my last entry in this blog.
This was due to my relocation in Athens for a new job.