Jacques Posted July 30, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 30, 2012 Moderators Report Share Posted July 30, 2012 You can not echo an password since it's already encrypted. There's no way to decrypt it. Cheers! Quote Link to comment Share on other sites More sharing options...
Jacques Posted July 31, 2012 Author Report Share Posted July 31, 2012 ah okay, thank you for the response. Quote Link to comment Share on other sites More sharing options...
freshJet Posted July 31, 2012 Report Share Posted July 31, 2012 Why would you want to do that anyway? Quote Link to comment Share on other sites More sharing options...
Jacques Posted July 31, 2012 Author Report Share 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 Link to comment Share on other sites More sharing options...
Talisman57 Posted August 1, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
mrredbeard Posted November 15, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Oxymoron290 Posted December 10, 2012 Report Share Posted December 10, 2012 i sense many security risks in your future =( 2 Quote Link to comment Share on other sites More sharing options...
mrredbeard Posted December 10, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Oxymoron290 Posted December 10, 2012 Report Share Posted December 10, 2012 Your inquiry has me aroused. Quote Link to comment Share on other sites More sharing options...
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.