代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/431199/8702846

txt gcm.txt

AlgorithmType: AuthenticatedSymmetricCipher Name: AES/GCM Source: aes-modes-src-07-10-08/Testvals/gcm.1, Basic Tests for GCM (compiled by B. R. Gladman) Key: 00000000000000000000000000000000 IV:
www.eeworm.com/read/385281/8810357

html caesar-cipher.html

Code Fragment /** Class for doing encryption and decryption using the Caesar Ci
www.eeworm.com/read/185783/8986312

c t_getpass.c

#include "ourhdr.h" char *getpass(const char *); int main(void) { char *ptr; if ( (ptr = getpass("Enter password:")) == NULL) err_sys("getpass error"); printf("password: %s\n", ptr); /* now
www.eeworm.com/read/184811/9073891

bas module1.bas

Attribute VB_Name = "Module1" Public Function encrypt(str1 As String) l = Len(str1) ReDim s(50) For i = 1 To l s(i - 1) = Chr(Int(Mid(str1, i, 1)) + 60) Next i For i = 0 To l - 1 If i
www.eeworm.com/read/183272/9172459

18 fig18.18

#include "apue.h" char *getpass(const char *); int main(void) { char *ptr; if ((ptr = getpass("Enter password:")) == NULL) err_sys("getpass error"); printf("password: %s\n", ptr); /* now use
www.eeworm.com/read/183272/9173131

c t_getpass.c

#include "apue.h" char *getpass(const char *); int main(void) { char *ptr; if ((ptr = getpass("Enter password:")) == NULL) err_sys("getpass error"); printf("password: %s\n", ptr); /* now use
www.eeworm.com/read/374502/9402298

epic-crypt-gpg-aa

#!/bin/bash # # This script demonstrates ascii armoring. It is rather complicated # because it uses the ascii armoring present in gpg, which wraps in # a way that is unusable for irc. One of the thi
www.eeworm.com/read/371500/9552063

c t_getpass.c

#include "ourhdr.h" char *getpass(const char *); int main(void) { char *ptr; if ( (ptr = getpass("Enter password:")) == NULL) err_sys("getpass error"); print
www.eeworm.com/read/364932/9886916

18 fig18.18

#include "apue.h" char *getpass(const char *); int main(void) { char *ptr; if ((ptr = getpass("Enter password:")) == NULL) err_sys("getpass error"); printf("password: %s\n", ptr); /* now use
www.eeworm.com/read/364932/9887607

c t_getpass.c

#include "apue.h" char *getpass(const char *); int main(void) { char *ptr; if ((ptr = getpass("Enter password:")) == NULL) err_sys("getpass error"); printf("password: %s\n", ptr); /* now use