[tor-dev] [GSOC 2013] Steganography Browser Extension Status Report

2013-09-09 Thread Hareesan
Hi all,
First of all, let me apologize for being late in sending this report.
In last two weeks, I was mostly engaged with code updating and fine
tuning the code. I spent time in changing the public key cryptography
libraries [1] to support Firefox supported imports. And I'm not
completed with this part because I need to spend time in understanding
the libraries.

Since I'm having exams from this week, I won't be able to work on the
project for coming weeks and this will be my last status report
regarding my GSOC project. Once my exams over, I will continue working
in the project from where I'm pausing now.

Up to now I have created the extension for Firefox with the following features,

1. Upload contents from physical files to encryption / decryption. Up
to now the contents will be popped as byte data format once the user
click on encrypt/decrypt button in the upload menu.
2. Get web content from from web page for encryption/decryption
purpose. Once user right click on a web content such as image, html
video, html audio and select on encrypt or decrypt option and click on
encrypt/decrypt button. the byte data of selected content will be
popped.

All these byte data popped will be used to further message encryption
need in the future development of the project.

3. The code to encrypt message using random number also added and the
methods to access the libraries will be displayed in the
documentation.
4. In options page, the filter creation and relevant sqlite database
access codes are added. It can be tested using the Filters tab in
options page.

All the codes up to now are reviewed and tested by Sukhbir Singh, and
changes are made according to mentor's suggestion and possible bugs
are got fixed time to time. Time to time, many suggestions and
feedbacks were given by Moritz Bartl as well.

Future plans for the continuity of the project.
1. There is a need to add public cryptography libraries to the
extension. Up to now, the libraries are selected and added to the
repository. But there is a need to change libraries to support Firefox
supported import export mechanisms.
2. After fixing these all, the primary part of the project to add
Steganography libraries exists.

You can find the full source code in public repository[2].

Within the coming weeks, I will complete the documentation in detail.

Thank you.

[1] http://ats.oka.nu/titaniumcore/js/crypto/readme.txt
[2] https://github.com/rharishan/Steganography-Browser


-- 
Hareesan
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


[tor-dev] [GSOC 2013] Steganography Browser Extension Status Report

2013-08-24 Thread Hareesan
Hi,
In my previous mail, I was planning to add steganography libraries to
the extension. But with the meeting with mentor, we planned to
complete the code with proper documentation and to add public key
cryptography features. But in my plan, I was able to complete all the
UIs and back end framework for all the parts of the extension other
than few updates remaining in options page.
In cumming weeks, I will be working on completion of code and will add
public key cryptography libraries which need some modification from
existing libraries.


-- 
Hareesan
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev


[tor-dev] [GSOC 2013] Steganography Browser Extension Status Report

2013-07-26 Thread Hareesan
Hi,
My work plan for last week was to update the locale information and to
finish file uploading parts of extension. For now testing purpose,
when a file is being selected the byte format will be popped. With
this, the locale information has being updated.

With this, I have started working on adding public key encryption
algorithms to the add on. This task has being planned to be finished
before mid term evaluation and for next two weeks, my plan is to start
working on image steganography libraries.

-- 
Hareesan
___
tor-dev mailing list
tor-dev@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev