Skip to content

Instantly share code, notes, and snippets.

@jckdotim
Created December 9, 2011 17:07
Show Gist options
  • Save jckdotim/1452406 to your computer and use it in GitHub Desktop.
Save jckdotim/1452406 to your computer and use it in GitHub Desktop.
@lat.setter
def lat(self, value):
self.encrypted_lat = aes_encrypt(str(value)[:16])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment