search for: d64

Displaying 13 results from an estimated 13 matches for "d64".

Did you mean: 64
2024 Jan 23
2
How to determine which cipher was used to encrypt OpenSSH private keys
...#39;t want to stare at hexdumps :) -------------- next part -------------- #!/usr/bin/env python3 import sys import base64 BEGIN="-----BEGIN OPENSSH PRIVATE KEY-----\n" END="\n-----END OPENSSH PRIVATE KEY-----" BLOBSTART=b"openssh-key-v1\x00" for f in sys.argv[1:]: d64 = open(f, "rt").read() o = d64.find(BEGIN) if o == -1: raise ValueError("{} missing begin marker".format(f)) d64 = d64[o + len(BEGIN):] o = d64.find(END) if o == -1: raise ValueError("{} missing end marker".format(f)) d64 = d64[:o] d = base64.b64decode(d64)...
2024 Jan 22
1
How to determine which cipher was used to encrypt OpenSSH private keys
Hi, looking through the key specification, you can see that its the second field in the key file: https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key#L11 It looks like there is no convenient way to get this information with openssh cli, but given that the file format is just base64 encoded, you can read it out with something like this: $ cat /tmp/rsa | head -n -1 | tail -n +2 |
2006 Nov 15
0
How to print out float/double arguments from arg0, arg1, ...?
I want to print out arguments of float and double type, such as from sin(), cos(), etc. By trial and error, I came up following macros. union { double d64; float f32[2]; int64_t s64; int32_t s32[2]; } VALUE; #define PRINT_F32_sparc(val) \ VALUE.s64 = val; \ printf("\n%s = %f\n", \...
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
...tate, roots) d56 = mytwo(prefix, city, roots) d57 = mytwo(prefix, cityst, roots) d58 = mytwo(prefix, inscompany, roots) d59 = mytwo(prefix2, state, roots) d60 = mytwo(prefix2, city, roots) d61 = mytwo(prefix2, cityst, roots) d62 = mytwo(prefix2, inscompany, roots) d63 = mytwo(prefix, state, roots2) d64 = mytwo(prefix, city, roots2) d65 = mytwo(prefix, cityst, roots2) d66 = mytwo(prefix, inscompany, roots2) d67 = mytwo(prefix2, state, roots2) d68 = mytwo(prefix2, city, roots2) d69 = mytwo(prefix2, cityst, roots2) d70 = mytwo(prefix2, inscompany, roots2) mydf <- rbind(d1, d2, d3, d4, d5, d6, d7,...
2011 Jun 09
2
Problem with a if statement inside a function
...quot;prefix2", "city", "roots") d61 = mytwo("prefix2", "cityst", "roots") d62 = mytwo("prefix2", "inscompany", "roots") d63 = mytwo("prefix", "state", "roots2") d64 = mytwo("prefix", "city", "roots2") d65 = mytwo("prefix", "cityst", "roots2") d66 = mytwo("prefix", "inscompany", "roots2") d67 = mytwo("prefix2", "state", "roots2&qu...
2011 Jun 09
1
Trying to make code more efficient
...quot;prefix2", "city", "roots") d61 = mytwo("prefix2", "cityst", "roots") d62 = mytwo("prefix2", "inscompany", "roots") d63 = mytwo("prefix", "state", "roots2") d64 = mytwo("prefix", "city", "roots2") d65 = mytwo("prefix", "cityst", "roots2") d66 = mytwo("prefix", "inscompany", "roots2") d67 = mytwo("prefix2", "state", "roots2&qu...
2009 Feb 06
0
RExcel waiting for OLE action
...")) Call Rinterface.GetArray("pv_data$CV_sd_two", Range("ASYM_MAX_ANALYSIS!J61")) Call Rinterface.GetArray("pv_data$N_one", Range("ASYM_MAX_ANALYSIS!C64")) Call Rinterface.GetArray("pv_data$N_two", Range("ASYM_MAX_ANALYSIS!D64")) Call Rinterface.GetArray("pv_data$lin", Range("ASYM_MAX_ANALYSIS!I64")) Call Rinterface.GetArray("pv_data$FO", Range("ASYM_MAX_ANALYSIS!J64")) Call Rinterface.RRun("dev.off()") Call Rinterface.StopRServer Joe Boyer S...
2010 Aug 05
0
No subject
...hci ahci firewire_ohci at= a_piix thermal ricoh_mmc mmc_core led_class firewire_core crc_itu_t libata = thermal_sys ehci_hcd scsi_mod e1000e usbcore nls_base [last unloaded: scsi_= wait_scan] Aug 21 09:08:49 BUBBLE kernel: [ 32.126863] Pid: 1723=2C comm: Xorg Taint= ed: P 2.6.32-5-xen-amd64 #1 8919W1B Aug 21 09:08:49 BUBBLE kernel: [ 32.126867] RIP: e033:[<00007ff88e2ecc22>= ] [<00007ff88e2ecc22>] 0x7ff88e2ecc22 Aug 21 09:08:49 BUBBLE kernel: [ 32.126875] RSP: e02b:00007fff2738f110 E= FLAGS: 00010203 Aug 21 09:08:49 BUBBLE kernel: [ 32.126878] RAX: 0000000000000000...
2009 Mar 09
5
Help
...T / i2(A1) d41(N1) d42(N1) d43(N1) d44(N1) d45(N1) > > d46(N1) d47(N1) d48(N1) d49(N1) d50(N1) d51(N1) d52(N1) d53(N1) > > d54(N1) d55(N1) d56(N1) d57(N1) d58(N1) d59(N1) d60(N1) . > > > > - RECORD TYPE 'D'. > > - DATA LIST LIST / i3(A1) d61(N1) d62(N1) d63(N1) d64(N1) d65(N1) > > d66(N1) d67(N1) d68(N1) d69(N1) d70(N1) d71(N1) d72(N1) d73(N1) > > d74(N1) d75(N1) d76(N1) d77(N1) d78(N1) d79(N1) d80(N1) . > > > > - RECORD TYPE 'E'. > > - DATA LIST LIST / i4(A1) d81(N1) d82(N1) d83(N1) d84(N1) d85(N1) > > d86(N1) d87(...
2011 Mar 29
0
builder-ubuntu libguestfs FAILED tests 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...ering package handler: pacman febootstrap 3.4 selected package handler: debian Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Get:1 http://gb.archive.ubuntu.com/ubuntu/ maverick/main dosfstools amd64 3.0.9-1 [94.2 kB] Get:2 http://gb.archive.ubuntu.com/ubuntu/ maverick/main gzip amd64 1.3.12-9ubuntu1.1 [107 kB] Get:3 http://gb.archive.ubuntu.com/ubuntu/ maverick/main hfsplus amd64 1.0.4-12build3 [55.3 kB] Get:4 http://gb.archive.ubuntu.com/ubuntu/ maverick/main jfsutils amd64 1.1.12-2.1 [272 kB...
2011 Jun 21
0
builder-debian libguestfs FAILED tests e1e78bcef5e4654bd2456bd696840329359d35cd
This is an automatic message generated by the builder on builder-debian for libguestfs. Log files from the build follow below. Linux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux Tue Jun 21 23:20:34 BST 2011 ----- + git pull --rebase git://git.annexia.org/git/libguestfs.git master >From git://git.annexia.org/git/libguestfs * branch master -> FETCH_HEAD Current branch master is up to date. + git cle...
2011 Feb 03
1
builder-ubuntu libguestfs success 8d7d7c4ecfd202e04d18736718e9c5bb125ce4f0
...registering package handler: pacman febootstrap 3.3 selected package handler: debian Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Get:1 http://gb.archive.ubuntu.com/ubuntu/ maverick/main attr amd64 1:2.4.44-2 [37.1kB] Get:2 http://gb.archive.ubuntu.com/ubuntu/ maverick/main dosfstools amd64 3.0.9-1 [94.2kB] Get:3 http://gb.archive.ubuntu.com/ubuntu/ maverick/main gzip amd64 1.3.12-9ubuntu1.1 [107kB] Get:4 http://gb.archive.ubuntu.com/ubuntu/ maverick/main hfsplus amd64 1.0.4-12build3 [55.3kB]...
2011 Feb 08
5
builder-ubuntu libguestfs success f455dc3814bf9f7e7e894ba81360acb0edd92464
...registering package handler: pacman febootstrap 3.3 selected package handler: debian Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Get:1 http://gb.archive.ubuntu.com/ubuntu/ maverick/main attr amd64 1:2.4.44-2 [37.1kB] Get:2 http://gb.archive.ubuntu.com/ubuntu/ maverick/main dosfstools amd64 3.0.9-1 [94.2kB] Get:3 http://gb.archive.ubuntu.com/ubuntu/ maverick/main gzip amd64 1.3.12-9ubuntu1.1 [107kB] Get:4 http://gb.archive.ubuntu.com/ubuntu/ maverick/main hfsplus amd64 1.0.4-12build3 [55.3kB]...