[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Request to use ssh crypto for another project. Is this possible?
[Thread Prev] | [Thread Next]
- Subject: Re: Request to use ssh crypto for another project. Is this possible?
- From: Simon Jackson <jackokring@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 10 Apr 2014 03:07:00 +0100
- To: libssh@xxxxxxxxxx
I'm going to need repeated encryption of one crypto block on the local machine, with maybe an option to send the block as a file and have it appear on the remote machine. All the compressed data ends up being in the one block with some extras like the public key file and a 48 bit count and some trailing notes. Also fetching from remote would be good. I mean if possible I'd add an option to the program to ssh in and run screen -r and pass the file both ways automatically first and on occasion. I'd like to automatically use the keys of a current session of ssh, or one of the standard (or auto generated for first use) keys if no session exists. Also as a side note ssh should show the key fingerprint and ASCII graphics before the password request, as one "friend" impersonating another "friend" would be possible because of the known hosts. Just extending the password base like with a DNS intercept, not! On 9 April 2014 13:42, Andreas Schneider <asn@xxxxxxxxxxxxxx> wrote: > On Sunday 06 April 2014 13:16:40 Simon Jackson wrote: > > The actual crypto is not stream based, but the crypto.h file seems to > > indicate that what I want to do is possible. A simple load keys from file > > and encode with decode and base64 encode and decode too. I don't wish to > > make another key standard. > > > > Project URL: https://sites.google.com/site/rubikcompression/the-standard > > Why don't you simply use ssh_channel_read and ssh_channel_write? > > > -- andreas > > -- > Andreas Schneider GPG-ID: CC014E3D > www.cryptomilk.org asn@xxxxxxxxxxxxxx > > > -- https://github.com/jackokring/miChronos open source adaptation of eZ430-Chronos watch development kit software. And a bit of nuclear physics https://dl.dropbox.com/u/1615413/Own%20Work/Dimensions.pdf which is not light entertainment.
Re: Request to use ssh crypto for another project. Is this possible? | Simon Jackson <jackokring@xxxxxxxxx> |
Re: Request to use ssh crypto for another project. Is this possible? | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
Request to use ssh crypto for another project. Is this possible? | Simon Jackson <jackokring@xxxxxxxxx> |
Re: Request to use ssh crypto for another project. Is this possible? | Andreas Schneider <asn@xxxxxxxxxxxxxx> |