Category Archives: Articles
The Project eID Documentary
We, the team of Project eID, just made this video documentary to help anyone gain a brief idea about our project. We have included many basic details about our project that could serve as a starting point to anyone who is interested in our project. Continue reading
Browser Plug-in Workflow
We are in the process of developing the eID Browser Plug-in. This will be divided into two parts, one plug-in and the second underlying application, which will do the real work. We just discussed about the basic workflow of messages/actions … Continue reading
SVN Externals for CSE Repo using TortoiseSVN
I have just finished adding the svn:externals property to our SVN repository at university, to enable pulling the commits from our Project eID repository. We were recently given a Subversion repository for project purposes at our university which is at … Continue reading
Options for architecture. Which we select?
After the meeting with our project supervisor yesterday, we decided to review the two architectures for online authentication mechanism. I’d like to present some of our findings and thoughts on these two in this post. The first architecture is the … Continue reading
Filed under Articles
Functions of Java Card Applet
Select method The select method tells the JCRE if the applet is ready to process requests, by returning a true value. If the applet is not ready to accept processing requests, the select method returns a false value. Deselect method … Continue reading
Filed under Articles
Kerberos Architecture
Friends, I found a good Network authentication protocol which can be helpful for our project. Kerberos is a protocol and it has it’s own Architecture. And it is mainly designed to provide strong authentication for client/server applications by using secret-key … Continue reading
Filed under Articles