On Thu, 2005-09-29 at 22:33 +0200, Pierro wrote: > hello,. Congratulation for Mono. > > I want to use the hash function of openssl with my code in mono. Mono has a fully managed implementation for that. See the class SHA1 and related in corlib System.Security.Cryptography namespace. -Gonzalo