Jacques Posted July 30, 2012 Report Posted July 30, 2012 Hello, Could Some one provide me the code to echo the password for the signed in pilot, for creation of kAcars config file. pilot id was: <?php echo $pilotcode?> is there some same code but, for the password? greetz, Jacques Quote
Moderators Kyle Posted July 30, 2012 Moderators Report Posted July 30, 2012 You can not echo an password since it's already encrypted. There's no way to decrypt it. Cheers! Quote
Jacques Posted July 31, 2012 Author Report Posted July 31, 2012 ah okay, thank you for the response. Quote
freshJet Posted July 31, 2012 Report Posted July 31, 2012 Why would you want to do that anyway? Quote
Jacques Posted July 31, 2012 Author Report Posted July 31, 2012 So the site can make a config file for kAcars, just like for fspax, fs acars, only that programs don't need passwords i guess.. Quote
Talisman57 Posted August 1, 2012 Report Posted August 1, 2012 Well, it encrypts in the login module, so, if you take the input, before it is SHA'd, store it in a PHP variable, then make a script that fills in the kACARS config with that, then it could be done Quote
mrredbeard Posted November 15, 2012 Report Posted November 15, 2012 Thanks Talisman57 that was the perfect wording to get me started. I modified the kACARS module to look at my custom module for matching hashes but only for kACARS clients. Quote
Oxymoron290 Posted December 10, 2012 Report Posted December 10, 2012 i sense many security risks in your future =( 2 Quote
mrredbeard Posted December 10, 2012 Report Posted December 10, 2012 i sense many security risks in your future =( Yea I have, since this original post, gone back and enhanced the security. I'm currently kicking around the idea of enhancing kacars with a shared key system but I'd rather stick to the baseline. I'm just not sure how to offer a config download in the most secure manner. Quote
Oxymoron290 Posted December 10, 2012 Report Posted December 10, 2012 Your inquiry has me aroused. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.