Tag Archives: best practices

AES/Rijndael Encryption

Looking for AES encryption using Adobe Flex? I get a lot of hits from people searching about how to use AES encryption in an Adobe Flex application. My experience with Adobe Flex has been fairly limited, however I have found this package which should allow you to introduce AES encryption into your application. Please check [...]

Continue Reading

Performance of Different Types of For Loops

In an old post I found online here the author asks how you would go about writing a simple for loop. I was bored tonight, so I wrote a simple program to time several different types of loops to confirm which is the fastest at iterating through a generic list, yes… that bored. My list [...]

Continue Reading