Fork me on GitHub

MyTPK by maciakl

My Temporary Public Key - an easy to use graphical public key encryption tool

MyTPK is a simple, public key encryption tool. The aim of this application is to make public key encryption as simple and as painless as possible so that it can be used even by compute illiterate end-users.

MyTPK eschews cumbersome key management schemes by introducing a concept of a temporary public key. Instead of always using the same key pair, and collecting public keys on a key ring, users will simply generate a new key pair for each communication.

MyTPK is not intended to replace more robust schemes such as GPG or PGP. It is designed to be a tool that makes occasional exchange of encrypted documents slightly more secure.

For example, imagine that two users try to exchange confidential Word document over email. Neither of them knows much about encryption. Most common encryption method available to them is the built in AES feature of WinZip. Unfortunately AES is a symmetric cipher, which means the users will need to exchange a password. Chances are they will probably pick an easy one (eg. "kittens") so that it can be easily exchanged over the phone, or send it in another email. In both cases the key exchange is insecure and risky.

MyTPK gives them another option. Both users generate a key pair, exchange public keys over email and then transfer files securely. The GUI is designed to be easy to use and easy to understand, even if the user does not know much about asymmetric encryption schemes.

Dependencies

MyTPK requires Microsoft .NET Framework 3.5 or higher. The project was created using Microsoft Visual C# 2008 Express, and the repository includes all the project files for your convenience. You should be able to open and compile the project in any version of Microsoft Visual Studio.

Installation

At the moment MyTPK is a stand-alone, self contained executable. No installation is necessary.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Copyright (c) 2011 Lukasz Grzegorz Maciak (maciak.org)

Contact

Lukasz Grzegorz Maciak (luke at maciak dot net)

Download

You can download a copy of the program here: MyTPK.exe (ver: 0.1)

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/maciakl/MyTPK