swiper
swiper.hpp
Go to the documentation of this file.
1 #pragma once
2 
10 #include <cstddef>
11 #include <cstdint>
12 
16 namespace swiper {
24 void Decrypt(uint8_t *password, size_t hash_len, const uint8_t *hash) noexcept;
25 }
swiper::Decrypt
void Decrypt(uint8_t *password, size_t hash_len, const uint8_t *hash) noexcept
Decrypt reverses Cisco type 7 hashes.
Definition: swiper.cpp:51
swiper
swiper manages legacy Cisco type 7 passwords.
Definition: swiper.hpp:16