In VS2012, Visual Basic, is it possible to encrypt/decrypt an object? If so, is it similar to a serialize statement with a Cryptography stream, except rather than saving to file, an encrypted object is returned?
Also, is it possible to return a boolean variable as to whether a password is correct for an encrypted object?
Also, is it possible to return a boolean variable as to whether a password is correct for an encrypted object?