|
Secure Shell Library for Java |
 vote
 |
|
| The Java based lightweight implementation of the Internet Engineering Task Force (IETF) Secure Shell (SSH-2) protocol provides secure remote log-in and other secure network services over an insecure network. The protocol has three major components: Transport Layer, User Authentication and Connection. The implementation is lightweight due to 1) using the highly optimized cryptographic library IBM CryptoLite for Java 2) efficient buffer and I/O handling 3) memory reuse to avoid excessive garbage collection 4) and threads are NOT used.
| | |
| |
|
| | read more | mail this link | score:4059 | -gham, January 22, 2006 |
| |
|
More Programming articles... |
|
|