Thread: [Vnc2swf-users] password file
Status: Alpha
Brought to you by:
euske
From: Ian F. <ian...@gm...> - 2005-03-23 15:44:30
|
Hi, I can't find any documentation on the syntax to use for the password file. I've tried creating it with htpasswd... I've tried just putting the password in a file... any pointers anywhere on this? Ian |
From: Matthew T. <ths...@ho...> - 2006-10-28 20:55:09
|
Hi, I posted this but did not see it on the archive list. Sorry if I'm double posting. Hello I am trying to use the command line options to start a recording. Below is the command and switches I am using. vnc2swf.py -n -o c:\NameOfFlash.swf -t video -P PasswordFile 127.0.0.1 5900 The issue is with the password file. I'm not sure it works with windows as the only way I can get it to work is if I use a plain text password file. I tried to use a program called vncpasswd.exe that comes with a oss project called vnc2snapshot. The Vncpasswd does create a file with the password encrypted but if I use that vnc2swf does not connect. The only way I can get the above command to work is if I create the password file in plain text. I would really like to get it working using the encrypted password file as its better security. Does the password file work in windows like it does in linux? Thanks |
From: Yusuke S. <yu...@cs...> - 2006-10-28 21:13:08
|
Hi, No, currently a passwd file is supposed to be a plain text, as I expected that people always set up a local Vnc server only for recording. But I understand your concern so I'll get this encrypted in the next version. Thanks Yusuke On Sat, 28 Oct 2006 13:55:01 -0700, "Matthew Turner" <ths...@ho...> wrote: > Hi, I posted this but did not see it on the archive list. Sorry if I'm > double posting. > > > Hello > > I am trying to use the command line options to start a recording. Below is > the command and switches I am using. > > vnc2swf.py -n -o c:\NameOfFlash.swf -t video -P PasswordFile 127.0.0.1 5900 > > The issue is with the password file. I'm not sure it works with windows as > the only way I can get it to work is if I use a plain text password file. > I tried to use a program called vncpasswd.exe that comes with a oss project > called vnc2snapshot. > The Vncpasswd does create a file with the password encrypted but if I use > that vnc2swf does not connect. The only way I can get the above command to > work is if I create the password file in plain text. > > I would really like to get it working using the encrypted password file as > its better security. > > Does the password file work in windows like it does in linux? > > Thanks > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users |
From: Matthew T. <ths...@ho...> - 2006-10-29 15:53:10
|
Thank you! Until the next update I have worked out a solution. I use vncpasswd.exe to create a password file, using random characters as password. Something like %^(w!&#z. The vncpasswd.exe creates an encrypted password file based off %^(w!&#z. The new encrypted output is what I use for the password file, and is the password I use for VNC remote connections. The above does two things 1. If the password file is found the data inside is garbled, and its not apparent that its a working password. 2. if a user tries to remotely discover the password via registry, the code that is found will not work to log into vnc. The only pass that will work is the one in the password file. For the clients that are allowed to connect, they are given a vnc connection session file. This automatically connects them so they dont have to enter or remember a complex password. >From: Yusuke Shinyama <yu...@cs...> >To: Matthew Turner <ths...@ho...> >CC: vnc...@li... >Subject: Re: [Vnc2swf-users] password file >Date: 28 Oct 2006 14:06:24 -0700 > >Hi, > >No, currently a passwd file is supposed to be a plain text, as I >expected that people always set up a local Vnc server only for >recording. But I understand your concern so I'll get this >encrypted in the next version. > >Thanks >Yusuke > >On Sat, 28 Oct 2006 13:55:01 -0700, "Matthew Turner" ><ths...@ho...> wrote: > > Hi, I posted this but did not see it on the archive list. Sorry if I'm > > double posting. > > > > > > Hello > > > > I am trying to use the command line options to start a recording. Below >is > > the command and switches I am using. > > > > vnc2swf.py -n -o c:\NameOfFlash.swf -t video -P PasswordFile 127.0.0.1 >5900 > > > > The issue is with the password file. I'm not sure it works with windows >as > > the only way I can get it to work is if I use a plain text password >file. > > I tried to use a program called vncpasswd.exe that comes with a oss >project > > called vnc2snapshot. > > The Vncpasswd does create a file with the password encrypted but if I >use > > that vnc2swf does not connect. The only way I can get the above command >to > > work is if I create the password file in plain text. > > > > I would really like to get it working using the encrypted password file >as > > its better security. > > > > Does the password file work in windows like it does in linux? > > > > Thanks > > > > > > > > >------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, >security? > > Get stuff done quickly with pre-integrated technology to make your job >easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache >Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Vnc2swf-users mailing list > > Vnc...@li... > > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users |
From: habana <abc...@fr...> - 2005-03-23 16:15:31
|
Le mercredi 23 Mars 2005 15:44, Ian Firla a =E9crit=A0: > Hi, > > I can't find any documentation on the syntax to use for the password file. > > I've tried creating it with htpasswd... I've tried just putting the > password in a file... any pointers anywhere on this? > > Ian Hello Ian,=20 just launch vncpasswd from a terminal from the user you wish to connect an= d=20 type it two times as asked. When you'll launch vnc2swf, this password will be asked (if i well remember= ). Pass will be encrypted into your /home/user/.vnc/passwd file. Bye Habana =2D-=20 mon site perso :=20 Abc de la s=E9curit=E9 informatique http://abcdelasecurite.free.fr |
From: Ian F. <ian...@gm...> - 2005-03-23 16:30:26
|
Great. That worked perfectly! After running vncpasswd, I added ~/.vnc/passwd to the -passwd flag for vnc2swf and it worked a treat! Cheers! Ian On Wed, 23 Mar 2005 17:15:35 +0000, habana <abc...@fr...> wrote: > Le mercredi 23 Mars 2005 15:44, Ian Firla a =E9crit : > > Hi, > > > > I can't find any documentation on the syntax to use for the password fi= le. > > > > I've tried creating it with htpasswd... I've tried just putting the > > password in a file... any pointers anywhere on this? > > > > Ian >=20 > Hello Ian, >=20 > just launch vncpasswd from a terminal from the user you wish to connect = and > type it two times as asked. > When you'll launch vnc2swf, this password will be asked (if i well rememb= er). > Pass will be encrypted into your /home/user/.vnc/passwd file. >=20 > Bye > Habana >=20 > -- > mon site perso : > Abc de la s=E9curit=E9 informatique > http://abcdelasecurite.free.fr >=20 > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Regi= ster > by 3/29 & save $300 http://ads.osdn.com/?ad_idh83&alloc_id=15149&opclick > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |