Jump to content

Recommended Posts

Posted

If anyone did get upset about an outage and no access that could only be taken as a compliment couldn't it?

 

 

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Posted

A Note about site passwords...

 

As mentioned before, here on Recreational Flying we use 1 way encryption of passwords which means that from your password, a series of processes are applied to the password that completely changes it which is what is stored in the database. It is one way in so far as if you got the database version of your password, there is no way to come back to your actual password without billions of different calculations.

 

So from a password, the database stores the say 8 character password like this:

 

10.jpg.6981414345b218c26ce71f6fab91d362.jpg

 

Even if a hacker got this they wouldn't be able to go backwards to find out what the password is.

 

As a quick and dirty example, here is code that I created some 20 years ago before password protection was as serious as it is today and even before 128 bit encryption was discovered.

 

Function UnlockCode()
'This function is to get the unlock code
 Dim n As Integer
 Dim countn As Integer
 Dim str As String
 Dim letter As String
 Dim lockn As String

 n = 1
 str = "a" 'ctlName'
                                 '---------------------------------------------
 If str = "" Then Exit Function 'WARNING NO STRING ENTRY'
                                 '---------------------------------------------
 If Len(str)    
 countn = Len(str)
 lockn = 21659

 Do Until n = countn + 1
     letter = Mid(str, n, 1)
     lockn = Val(lockn) * (CLng(Asc(letter)) * DatePart("m", Date))
     If Len(lockn) > 12 Then lockn = Right(Fix(lockn * 0.21659), 12)
     lockn = Val(lockn) * (CLng(Asc(letter)) * (DatePart("yyyy", Date) * 0.0001))
     If Len(lockn) > 12 Then lockn = Right(Fix(lockn * 0.12198), 12)
     n = n + 1
 Loop

End Function

This was my first attempt at 1 way encryption, as I said 20 years ago. It takes a string of characters, adds characters if it is less than 8 characters long, converts it to numbers, multiplies it by a specific date, drops off the end any numbers past 12 characters, does this again and again and again for the number of characters in input dropping off the numbers past 12 characters and loops. Basically as you can see, and the reason for this, is the numbers it drops off the end are gone for good, there is no coming back from that so coming back from the end result to work out the input (i.e. a password) is basically impossible, even if you had the above code.

 

The reason for posting this is to ensure all users that your passwords are protected through 1 way encryption

 

 

  • Like 1
Posted

Thank you Ian for going to such lengths to protect our passwords. I would hate if anyone found out my password was ladyboy69

 

 

  • Haha 10
Posted

I have had a Recreational Flying shortcut on my windows 8 desktop which I have used routinely for ages but yesterday saw that the shortcut description had just changed from "Rec Flying" to "NZ Vector." I did not use it but deleted the shortcut and organised a new Rec Flying one which works as intended.

 

 

Posted
I have had a Recreational Flying shortcut on my windows 8 desktop which I have used routinely for ages but yesterday saw that the shortcut description had just changed from "Rec Flying" to "NZ Vector." I did not use it but deleted the shortcut and organised a new Rec Flying one which works as intended.

What do you mean by the description...The name under the icon or the url in the link which is also shown if you hover your mouse over the shortcut icon?

 

 

Posted
What do you mean by the description...The name under the icon or the url in the link which is also shown if you hover your mouse over the shortcut icon?

The name I put under the icon.

Cheers

 

John

 

 

Posted

Then that is pure text from your own input and not auto generated

 

9.jpg.2ffe7c6f91ba41d2a1959e013ad6fec5.jpg

 

 

Posted

Didn't have to login again so the credentials in the cookies are still valid after your refresh? How ever you've got that configured?

 

Make sure there isn't another admin account still logged in!

 

 

Posted
Thank you Ian for going to such lengths to protect our passwords. I would hate if anyone found out my password was ladyboy69

Well there's a coincidence ...

 

 

  • Agree 1
  • Haha 1
Posted
Thank you Ian for going to such lengths to protect our passwords. I would hate if anyone found out my password was ladyboy69

Does that mean you are an 'Invert' ?

 

Alan.

 

 

  • Like 1
Posted

Just looked at Whats Up Australia (.com.au) and being a Nosey Pommie I tried to log in with my Log On details from here.

 

Absolutely no chance of me getting logged on, as I am guessing I am 1 of the 3 illegal immigrants from the UK I will just accept you don't want the poms in your Ranting Pages 050_sad_angel.gif.66bb54b0565953d04ff590616ca5018b.gif

 

ho hum, I will just wait for the UK Version ;-) bad_mood.gif.04f799b8c2da677a1c244b54433f2aa7.gif

 

 

Posted

Only those users that had posted in one of the threads that I migrated across to What Up Australia were automatically registered. This was to keep the posts with registered users without having thousands of users from here that may not use the new site. So if you had not posted in one of the migrated threads then just simply register as a new user on Whats Up Australia

 

 

Posted

Not impressed with braking RF up into two sections Ian .

 

Just my thoughts.

 

Bernie .

 

 

  • Agree 1
Posted

Nothing has changed because Recreational Flying is still about recreational flying 001_smile.gif.2cb759f06c4678ed4757932a99c02fa0.gif

 

 

  • Like 1
Posted
And all the nut cases have fled to the other site 029_crazy.gif.9816c6ae32645165a9f09f734746de5f.gif:rotary:

I resemble that remark!

 

 

  • Agree 1
Posted

When I agreed with you red it was because I also resemble that, not because I agreed that you resembled it:wave:

 

 

Posted

Sad but true..........

 

We love flying

 

We love Aircraft

 

But there are large slices of our time where we cannot indulge in matters aviation, for some reason.

 

Then we vent our frustrations by stirring the crup out of each other

 

About those eternally valuable topics such as religion, sex and politics (and maybe our car/footy preferences)

 

My point is, sadly, we have more time for BS than aviation

 

 

Posted

Actually, Ian has been hiding the truth from us. He got a BOGOF deal from his ISP, so he decided to buzz the nutcases off onto a site he has to pay for, and is keeping the recreational flyers on the freeby which has the advertising. Increases his profits.059_whistling.gif.a3aa33bf4e30705b1ad8038eaab5a8f6.gif

 

 

Posted

You will notice that there is no costs here, Classifieds are free, everything is free, and there is only one paid advert that is currently bringing in $50 a month...Note, JUST the hosting cost is $250 a month. There are other hosting costs, software costs, license costs and much more...oh, and my time 008_roflmao.gif.692a1fa1bc264885482c2a384583e343.gif

 

Whats Up Australia is also free except that I have included a $10 a month fee for Classifieds that wish to be featured across the top of the Classifieds section (if I can get the darn fee thing working)

 

 

Posted

There's still one or two nutcases that haven't yet been lured to the New website..........

 

Now what can I say that they couldn't resist falling for?

 

 

Posted

I am madly working on the Sports Tipping Feature on Whats Up Australia where you can have weekly tipping on the outcomes of each round in the AFL, NRL and Soccer (???). May even have a price at the end of the season to the user that has got the most correct. So much data needed to set it up though

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...