AES Encryption library
        Posted  
        
            by Spines
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Spines
        
        
        
        Published on 2010-03-12T20:00:40Z
        Indexed on 
            2010/03/12
            20:17 UTC
        
        
        Read the original article
        Hit count: 409
        
Is there a library or something that will allow me to simply call a function that will AES encrypt a byte array?
I don't want to deal with multiple update blocks/transformFinal/etc, because there is a possibility I will mess up...
© Stack Overflow or respective owner