neo4j-labs / neo4rs

Neo4j driver for rust

Home Page:https://docs.rs/neo4rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store password in memeory with zeroize

knutwalker opened this issue · comments

I'm not sure how much that will help given that neo4rs uses tokio::io::BufStream which buffers the whole I/O stream. So the password will (probably) be copied into a non-zeroized bit of memory.