vector_security

Security is the most crusial part of development. Around 80% brenches is due to negligence, bad practices, old dependenices, poor versioning, credentials leaks and behaviour will manipluation through special kinds of flows that will cause many problems. Null_pointer, dirty_cow, heartbleed, sybill attack, ddos, man of middle attack, deep-fakes are common. 

warning : ensure security at application, database, web-interface, hosting and module level.

module

    vec_sec

documentation

    cargo doc --open 

    or 

    visit crates.io/vec_security

Install

    cargo add vec_security

Maintainance

    WISDOMENIGMA