Krenn Christoph wrote:
>
> However I would like to know which encryption algorithm is used by
> System.Data.SQLite, v1.0.94.0?
>

The legacy encryption support in System.Data.SQLite uses the CryptoAPI
with the constants PROV_RSA_FULL and MS_ENHANCED_PROV, as described 
here:

        
http://msdn.microsoft.com/en-us/library/windows/desktop/aa386986%28v=vs.85%2
9.aspx

The exact algorithm and key strength selected probably depends on the
version of Windows being used.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to