Sallar

Results 101 comments of Sallar

Hi! We are using our own modules (open source) for integrating WebDAV: https://github.com/perry-mitchell/webdav-fs + https://github.com/sallar/dropbox-fs + https://github.com/perry-mitchell/any-fs built for this purpose in https://github.com/buttercup/buttercup :) Let me know if we can...

Somebody has already submitted a PR for this, but it's from 1 year ago and apparently this project is dead. https://github.com/DaGenix/rust-crypto/pull/415

@belfordz Actually I have already forked it and made it wasm-friendly :) https://github.com/buttercup/rust-crypto-wasm

@newpavlov I checked those and they look like they are on the correct path.. However half of the stuff is not implemented yet (for example AES encryption) and also the...

@newpavlov I'm rewriting our password manager's internal encryption methods in Rust. But I was quite disappointed with the state of rust-crypto and ring and I had to fork and re-publish...

Thanks @newpavlov that is great information. I just used pbkdf2 and hmac from the crates you mentioned. Now I have to do the AES encryption. Two questions: - What is...

@newpavlov seems like aes_safe doesn't exist. is aes_soft the same thing?

@newpavlov Thanks a lot for all your help. I think I finally managed to do it. Would you be so kind and have a look at it to see if...

Thanks @newpavlov that is really valuable advice. I'll check that MRAE and I will fix the other issues :) Yeah we have been calculating base64 since our initial code is...

Can we get this merged?