Searched refs:base64 (Results 1 – 10 of 10) sorted by relevance
107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
249 另一個問題是Gmail還會把任何不是ASCII的字符的信息改爲base64編碼。它把東西變的像歐洲人的名字。
325 另一个问题是Gmail还会把任何含有非ASCII的字符的消息改用base64编码,如欧洲人的
464 u64 base64, limit64; in pci_read_bridge_mmio_pref() local472 base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()487 base64 |= (u64) mem_base_hi << 32; in pci_read_bridge_mmio_pref()492 base = (pci_bus_addr_t) base64; in pci_read_bridge_mmio_pref()495 if (base != base64) { in pci_read_bridge_mmio_pref()497 (unsigned long long) base64); in pci_read_bridge_mmio_pref()
436 "EndorsementKeyMod": "<256 bytes in base64>",437 "SigningKeyMod": "<256 bytes in base64>"
49 percpu-refcount.o rhashtable.o base64.o \
351 Another problem is that Gmail will base64-encode any message that has a
365 Un altro problema è che Gmail usa la codifica base64 per tutti quei messaggi
373 Otro problema es que Gmail codificará en base64 cualquier mensaje que tenga
67 import base64964 out = codecs.decode(base64.b64decode(data), 'zlib').decode()969 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()