일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- fido
- 앱스토어
- 인증
- MFA
- kmip
- git
- Android
- OTP
- FIDO2
- SSH
- albumbook
- WebAuthn
- SwiftUI
- 앱리소스
- otpkey
- MYSQL
- 안드로이드
- MSYS2
- SSL
- SWIFT
- 애플
- css
- 앨범북
- OSX
- Nodejs
- apple
- Xcode
- openssl
- appres
- 2FA
Archives
- Today
- Total
목록system id (1)
인디노트
Unique System Identifier in C CPP on Windows, Linux and Mac
linux command { uname -n ; cat /proc/meminfo | head -n1 ; cat /proc/cpuinfo ; } | md5sum Windows: #include "machine_id.h" #define WIN32_LEAN_AND_MEAN #include #include #include #ifndef _MSC_VER #include #else #include #endif // we just need this for purposes of unique machine id. So any one or two mac's is // fine. u16 hashMacAddress( PIP_ADAPTER_INFO info ) { u16 hash = 0; for ( u32 i = 0; i < ..
소스 팁
2022. 6. 28. 08:06