-
This issue tries to track what needs to be done to support using encrypted private keys. I tried starting to implement support for this in a branch https://github.com/jborean93/Tmds.Ssh/tree/key-encry…
-
ISO/IEC SC17/JTC1 WG10 had an in-person meeting in Korea in late June where a demo of the Digital Credentials API was provided (also including cross-device). WG10 asked OIDF if they can help with the …
-
I'm writing code that has to generate crypt(3) compatible password hashes, for installation in /etc/shadow. A Google search for a library currently offers two abandoned github repositories, at least o…
-
**UPDATE**: Renamed from "SRP Authentication" to "PAKE Authentication" to include the possibility of other [Password Authenticated Key Exchange](https://en.wikipedia.org/wiki/Password-authenticated_ke…
ecorm updated
3 years ago
-
I have been looking for a decent implementation of smb in go, and have tried several. So far I am liking your implementation best. I am hoping to create a pure go implementation of some impacket funct…
-
I've just committed a new version of the INDIClient module with many of the features we were discussing in other posts (apparent positions, better management of image properties/keywords, etc).
Lots …
-
First off I must thank you for all your work (and for sharing it, like civilized people!). I use keepassxc daily, it is probably one of my most used programs on GNU/Linux; I don't know what I would d…
-
Encrypting hashed passwords is a good practice. The idea behind this being that encryption keys and hashed passwords are typically stored in different locations (application vs database), so that comp…
-
## 要件
![image](https://github.com/corvvs/orenetutils-ssl/assets/10496148/b8127b22-0488-4995-b50e-593e330a04a3)
- サブコマンド
- Mandatory
- `des-ecb`
- `des-cbc`
- `des…
-
I am getting dubious test failures on riscv64 devices, when setting HARNESS_JOBS to a very high number (for example, 64).
This has been reproduced on multiple different chips (including SG2042, TH1…