- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 443 for encrypto (0.22 sec)
-
internal/config/identity/plugin/config.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package plugin import ( "bytes" "context" "crypto/sha1" "encoding/base64" "encoding/json" "fmt" "io" "net/http" "net/url" "regexp" "sync" "time" "github.com/minio/minio/internal/arn" "github.com/minio/minio/internal/config"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 13.3K bytes - Viewed (0) -
internal/hash/checksum.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package hash import ( "bytes" "context" "crypto/sha1" "encoding/base64" "encoding/binary" "fmt" "hash" "hash/crc32" "net/http" "strconv" "strings" "github.com/minio/minio/internal/hash/sha256" xhttp "github.com/minio/minio/internal/http"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 19 12:59:07 UTC 2024 - 12.7K bytes - Viewed (0) -
docs/zh/docs/tutorial/security/oauth2-jwt.md
安装 `PyJWT`,在 Python 中生成和校验 JWT 令牌: <div class="termy"> ```console $ pip install pyjwt ---> 100% ``` </div> /// info | "说明" 如果您打算使用类似 RSA 或 ECDSA 的数字签名算法,您应该安装加密库依赖项 `pyjwt[crypto]`。 您可以在 <a href="https://pyjwt.readthedocs.io/en/latest/installation.html" class="external-link" target="_blank">PyJWT Installation docs</a> 获得更多信息。 /// ## 密码哈希 **哈希**是指把特定内容(本例中为密码)转换为乱码形式的字节序列(其实就是字符串)。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11K bytes - Viewed (0) -
api/go1.13.txt
pkg crypto/ed25519, const PrivateKeySize = 64 pkg crypto/ed25519, const PrivateKeySize ideal-int pkg crypto/ed25519, const PublicKeySize = 32 pkg crypto/ed25519, const PublicKeySize ideal-int pkg crypto/ed25519, const SeedSize = 32 pkg crypto/ed25519, const SeedSize ideal-int pkg crypto/ed25519, const SignatureSize = 64 pkg crypto/ed25519, const SignatureSize ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
server.encryptionKeyLength != 8 && LM_COMPATIBILITY == 0) { throw new SmbException("Unexpected encryption key length: " + server.encryptionKeyLength); } /* Adjust negotiated values */ tconHostName = address.getHostName();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 31.2K bytes - Viewed (0) -
internal/config/notify/parse.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package notify import ( "context" "crypto/tls" "crypto/x509" "errors" "fmt" "net/http" "strconv" "strings" "time" "github.com/minio/minio/internal/config" "github.com/minio/minio/internal/event" "github.com/minio/minio/internal/event/target"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 23:06:30 UTC 2024 - 47K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
- The `--experimental-encryption-provider-config` flag is deprecated in favor of `--encryption-provider-config`. The old flag is accepted with a warning but will be removed in 1.14. ([#71206](https://github.com/kubernetes/kubernetes/pull/71206), [@stlaz](https://github.com/stlaz))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
cmd/erasure-decode_test.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jan 30 20:43:25 UTC 2024 - 21.1K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
## Security - HTTPS In the [previous chapter about HTTPS](https.md){.internal-link target=_blank} we learned about how HTTPS provides encryption for your API. We also saw that HTTPS is normally provided by a component **external** to your application server, a **TLS Termination Proxy**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Sep 18 16:09:57 UTC 2024 - 17.8K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"application/oebps-package+xml", "application/ogg", "application/kate", "application/onenote", "application/parityfec", "application/patch-ops-error+xml", "application/pgp-encrypted", "application/pgp-keys", "application/pgp-signature", "application/pics-rules", "application/pidf+xml", "application/pidf-diff+xml", "application/pkcs10", "application/pkcs7-mime",
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Aug 01 21:40:30 UTC 2020 - 49K bytes - Viewed (0)