|
10/03/2015, 02:24 PM
#446
Just curious how many other folks are still using Keyring besides me. I was strolling down memory lane today and realized I started using Keyring right away in 2009 and helping krid with the converters. Wow, it has been almost six years! I was trying to fix a bug that I thought was in the export to URL function, that turned out to be a bug in my php code that was corrupting the data before it wrote it to a file - a bug that took years to show itself, when the "salt" contained an embedded " that was properly escaped in the data sent to the server, but I was calling stripslashes in my php code for some reason (I'm not a php dev, so it was probably in the examples I referenced when I converted my backup script from jsp to php). (Good night, what a run-on sentence!) I find the server backup to be a super easy way to keep my data synced across all of my webOS devices. If anyone wants the php code, I'll post it. It will run on virtually any web host, as nearly all linux hosts support php. Heck you can run php on your device and use it as a simple on-device backup/restore - but not terribly useful I guess.
|
|
|