vec_security

Crates.iovec_security
lib.rsvec_security
version0.1.1
sourcesrc
created_at2023-08-08 11:30:16.268714
updated_at2023-08-09 12:47:58.253958
descriptionVector_security ensure that user data remain secure. security is a key component of development
homepage
repositoryhttps://github.com/WisdomEnigma/Roombot/
max_upload_size
id939053
size20,449
Ali Hassan (ali2210)

documentation

README

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
Commit count: 41

cargo fmt