Re: [MSEide-MSEgui-talk] AES256+chaiden_BASE64 tsymcryptohandler fails on some input

2012-07-30 Thread IvankoB
 crypt then decrypt for input string updater mumu
 http://192.168.1.5/podpiska/updates/; is OK
 but for updater http://192.168.1.5/podpiska/updates/ mumu it truncates
 the mumu part.


It seems to truncate everything starting from last forward-slash (/).


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Cursor.

2012-07-30 Thread Christian Nobel
Den 30-07-2012 05:54, Martin Schreiber skrev:
 thestream:= 
 ttextdatastream.create(tfiledialog1.controller.filename,fm_read);

But then it is no more a textfile, meaning I have to change the rest
(everything) to deal with a datastream instead?

/Christian


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] SDL test OK!

2012-07-30 Thread wahono sri
On 30 July 2012 15:51, Christian Nobel chr.no...@gmail.com wrote:
 Is that correctly understood that the SDL library has to be installed on
 the target computer - meaning that deploying a program will require some
 dependencies in contrast to today, where it simply is a matter of
 distributing the binary?

But I think with only some files (the core library only 1,
sdl.dll/sdl.so) to distribute make easy to developer than should know
about all OS core. We simply development process, and not only to
simply distribution.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] SDL test OK!

2012-07-30 Thread Christian Nobel
Den 30-07-2012 11:09, wahono sri skrev:

 But I think with only some files (the core library only 1,
 sdl.dll/sdl.so) to distribute make easy to developer than should know
 about all OS core.

But that means for every program distributed, there need to be some sort
of installer, that checks whether the required library is on the target
computer, and if not installing it.


 We simply development process, and not only to simply distribution.

???

/Christian




--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] AES256+chaiden_BASE64 tsymcryptohandler fails on some input

2012-07-30 Thread Ivanko B
But it'll be safer to delete space chars (with printableascii before
splitting by maxlinelength ) from result of AES-+BASE64 encoding.
Anyway they're discarded when decoding.




2012/7/30, Ivanko B ivankob4m...@gmail.com:
 Opps, the reason was spiltting ParamsStr(1) on space chars. Solved by
 double quoting.


 2012/7/30, IvankoB ivankob4m...@gmail.com:
 crypt then decrypt for input string updater mumu
 http://192.168.1.5/podpiska/updates/; is OK
 but for updater http://192.168.1.5/podpiska/updates/ mumu it truncates
 the mumu part.


 It seems to truncate everything starting from last forward-slash (/).


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Commit to gitorious mseuniverse?

2012-07-30 Thread Sieghard
Hallo Martin,

Du schriebst am Mon, 30 Jul 2012 06:02:39 +0200:

 setting up SSH on Windows may be more difficult.

But you _do_ know the Windows ssh client named PuTTY?

-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Commit to gitorious mseuniverse?

2012-07-30 Thread Ivanko B
But you _do_ know the Windows ssh client named PuTTY?
=
Sieghard, it's really difficult in win-32 for non-latin environment : )
Me spent 3 (at least ! ) days to bring a LAN-wide GIT server (LINUX) +
win-32 GIT SSH-clients.


2012/7/30, Sieghard s_c_...@arcor.de:
 Hallo Martin,

 Du schriebst am Mon, 30 Jul 2012 06:02:39 +0200:

 setting up SSH on Windows may be more difficult.

 But you _do_ know the Windows ssh client named PuTTY?

 --
 (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
 nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
 ---
 Mit freundlichen Grüßen, S. Schicktanz
 ---


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] ShowMessage doesn't show if called from within a thread's OnExecute

2012-07-30 Thread Ivanko B
Oops, me found the one to blame - WWW-browser in the 99% cases used
mode quick reply where this quiting can't be avoided easily.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk