Click or type ~ to show Console
Type Ctrl-C to close console. Type 'wat?' to find out how this console was created.
Welcome to the Iloggable Interactive Console. You can navigate posts either by file hierarchy with cd [path] or via paged posts lists using the posts [page] command. You can navigate to a new post with the go [path|#id].

ILoggable

A place to keep my thoughts on programming

Daily Archives: January 20, 2005

Could you please sign this?

Right, so i started thinking I’m doing too many trips, because the client and server could just sign their packages. But that doesn’t actually prove anything. After all, someone could have just connected to a server, received their package and … Continue reading

January 20, 2005 geek

RSA PK encryption with .NET and Mono

Experimented with System.Security.Cryptography.RSACryptoServiceProvider last night to see if i could use it for Public Key encryption between .NET and Mono. Worked flawlessly. This goes back to my networking thread. I’m currently contemplating using PKI to establish trust relationships between peers. … Continue reading

.net ,