Appauling! No security object vitalized!
Blowfish object isn't vitalized (but was for MMF 1.5) so I spend ages changing it to cypher object to find that isn't bloody vitalized either, is there a simple object that can encrypt and decrypt a string that is vitalized so I can store it in an INI in a non-plaintext form ?
Re: Appauling! No security object vitalized!
Perhaps one needs to be created or an existing one sent to Yves for compilation.
I think Blowfish might not be multithreaded and thus it can't be used unless it gets updated first.
Re: Appauling! No security object vitalized!
ah right, fair enough... Gonna try the binary blowfish, but from what I remember, it was buggy unless it was 8, 16, 24, 32... chars long =/
Re: Appauling! No security object vitalized!
Maybe we can get an interested extension creator to come up with something quick also in this area.
Re: Appauling! No security object vitalized!
lol, most all busy with other projects... Also how do you save values to INI? Can't work out what to put for the file name, tried blank, appdrive$ + appdir$ + "vitalize.ini", "vitalize.ini" and none seem to work ;s
Re: Appauling! No security object vitalized!
I will have to do some testing it was dead easy in old Vitalize.
I wouldn't be surprised if Jamie pops out an extension to help on the data security, he is that kinda guy :)
Re: Appauling! No security object vitalized!
Hmmm I am using just Appdrive$+Appdir$+"vitalize.ini"
File online counting your webpage visits:
http://www.flyin.com/V4/vitalize_ini.ccn
Source file (old MMF 1.5 CCA but I recompliled it under Vitalize 4 for above)
http://www.flyin.com/mmfexamples/vitalize_ini.cca
Re: Appauling! No security object vitalized!
Yours works but mine doesn't, and it doesn't change anything in the windows directory like vitalize.ini either! Will send you the source via PM in a min
Re: Appauling! No security object vitalized!
Don't specify "Vitalize.ini", specify your own INI filename. Vitalize! will write the items to a section of Vitalize.ini with the url of your application.
The Blowfish object is not vitalized because it's a single threaded extension.
The Binary object is vitalized and afaik it contains blowfish encryption routines.
Re: Appauling! No security object vitalized!
Binary Bug: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=73748&Main=1061 5#Post73748
From what I remember, binary blowfish only works on multiples of 8 character lenghs, unless it was rewritten from the MMF 1.5 version.
The INI problem has been fixed, it will not work in loops for some strange problem