vec_security 0.1.1

Vector_security ensure that user data remain secure. security is a key component of development
Documentation
  • Coverage
  • 83.33%
    5 out of 6 items documented0 out of 4 items with examples
  • Size
  • Source code size: 26.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • WisdomEnigma/Roombot
    2 0 25
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ali2210

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