Calculates sha256 of the files passed in on the command line. Usage: fsi sha256.fsx downloadedFile.zip
2 people like thisPosted: 13 years ago by Tony Lee
Simple symmetric key cryptogrphy. Ok for low security usages.
5 people like thisPosted: 11 years ago by Faisal Waris
Counter part for http://www.fssnip.net/1n
4 people like thisPosted: 8 years ago by Tuomas Hietanen
This is my first experience to write scripts on F# that's why I'll be pleased if somebody will make this snippet more perfectly. Usage: fsi hasher.fsx foo test.dat test.txt bar
4 people like thisPosted: 11 years ago by greg zakharov
Small script to generate a X509 certificate for testing purposes. In my case, for generating signed PDF documents. This will write the certificate and it's key out into a Pkcs 12 store. It relies on the BouncyCastle library (version 1.7 worked fine).
3 people like thisPosted: 11 years ago by mavnn