i'm locking for an alternative of CryptoJS.lib.WordArray in C#, exactly WordArray.random that generate random salt for encryption (see_more).
if (!salt) {
salt = WordArray.random(64/8);
}
this code is from cryptojs/cipher-core.js
Thank you