search for: ecb

Displaying 20 results from an estimated 84 matches for "ecb".

Did you mean: ec2
2009 Mar 25
1
Requesting help with lattice again
...oState HSI 1 Eastern Panhandle WBLong NSM Ave 0.165945170 2 Eastern Panhandle WBLong NSM Dry 0.056244263 3 Eastern Panhandle WBLong NSM Wet 0.290692607 4 Eastern Panhandle WBLong ECB Ave 0.165945170 5 Eastern Panhandle WBLong ECB Dry 0.056244263 6 Eastern Panhandle WBLong ECB Wet 0.290692607 7 Eastern Panhandle WBLong CERP Ave 0.165945170 8 Eastern Panhandle...
2020 Apr 04
3
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...sha1 sha224 sha256 sha3-224 sha3-256 sha3-384 sha3-512 sha384 sha512 sha512-224 sha512-256 shake128 shake256 sm3 Cipher commands (see the `enc' command for more details) aes-128-cbc aes-128-ecb aes-192-cbc aes-192-ecb aes-256-cbc aes-256-ecb aria-128-cbc aria-128-cfb aria-128-cfb1 aria-128-cfb8 aria-128-ctr aria-128-ecb aria-128-ofb aria-192-cbc aria-192-cfb aria-192-cfb1 aria-192-cfb8 aria-192-ctr aria-192-ecb aria-19...
2006 Mar 14
3
rails on emacs - need a working .emacs sample
I would like to hear from some one who has ecb, multiple modes with ruby mode + html mode, rails mode all working together and playing well. I had ecb working with Ruby syntax highlighting. That was a no-brainer since I just had to apt-get them on my Debian Sarge box. It got a bit more comlex after I got most of the .el files in the articles...
2010 Aug 05
1
[LLVMdev] possible miscompilation of openssl on x86-64
...ccessfully. On x86-64 using clang r110287 I get the error message below during "make test". Not sure if anyone has time to look into this but I'm probably not the right person to start debugging it... Thanks, John Regehr ../util/shlib_wrap.sh ./bftest testing blowfish in raw ecb mode testing blowfish in ecb mode testing blowfish set_key testing blowfish in cbc mode testing blowfish in cfb64 mode testing blowfish in ofb64 ../util/shlib_wrap.sh ./casttest ecb cast error encrypting for keysize 128 got :9B 8C 2F F3 49 DB 70 23 expected:23 8B 4F E5 84 7E 44 B2 ecb cast erro...
2020 Apr 04
0
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...sha256            sha3-224          sha3-256          sha3-384 > sha3-512          sha384            sha512            sha512-224 > sha512-256        shake128          shake256          sm3 > > Cipher commands (see the `enc' command for more details) > aes-128-cbc       aes-128-ecb       aes-192-cbc       aes-192-ecb > aes-256-cbc       aes-256-ecb       aria-128-cbc      aria-128-cfb > aria-128-cfb1     aria-128-cfb8     aria-128-ctr      aria-128-ecb > aria-128-ofb      aria-192-cbc      aria-192-cfb      aria-192-cfb1 > aria-192-cfb8     aria-192-ctr      aria-...
2006 Feb 05
30
Emacs rails.el
Features: * Management WEBrick - start, stop * Viewing log files * Abbrev from TextMate * Switching between View/Action http://www.emacswiki.org/cgi-bin/emacs/rails.el
2014 Feb 24
3
nut in openwrt
...28621 1 b43, button_hotplug 2800 0 cfg80211 172273 2 b43,mac80211, cifs 190077 0 compat 651 3 b43,mac80211,cfg80211, crc16 1015 1 ext4, crc_ccitt 1019 1 ppp_async, crypto_blkcipher 10343 2 ecb,arc4, crypto_hash 9546 7 cifs,sha256_generic,md5,md4,hmac,ext4,jbd2, des_generic 19817 0 ecb 1328 0 ehci_hcd 38172 1 ehci_platform, ehci_platform 1872 0 ext4 311657 0 gpio_keys_polled 2256 0 hmac...
2015 Apr 02
5
OT: Recommended anti-virus for Windows
...NU/Linux) iQIcBAEBAgAGBQJVHbCMAAoJEAF3yXsqtyBl4I8P/AsvH+cyGcG9PDtL8I091WJc jaAhT8Z77G8LBTNaCUi1NXaR3zYsxZ1LltS8MyyqpA+TZ5TkwGRI5V0g2h5owrXv vmFNHW4DQcnB5D4s5+B50lnjyIWgtLG0BKUwCgLik++U11umHd5sCTqXTaHzlyP8 Ndz2RAVEm9A8T3My7fKeVF+/c2pt6rKaRoifeTiH+IUnmvuFHPHuQEpLuOx0qKLH BCHyg7ZJcpwQEocYMhZu7JkZ/zg5/eCb+0HIq5qOCkeRj64ax0QOMzlvcScBRQDp tBzXIAXnFGMNmgE8tvD9Xh2Gi/OKx/bbqRdo8mMzUGUlWSErSt2UMPkpN3Vm3S2C wQhSqMoNnxWCypofazmIXH+TKn1/ipUhZXF3GcZsBYDfIb95kvdBrJm//QioI8Fy BFGc5Cj9DjXNxIbCfvQuyrG1RDdwHKjt/AMmoB0RXpSwhxRfS2749gyrkGXRUSSd IFRpX8Ds0quxx8D9YY96FYX4VbPFhFKIm64OigjLOenedek4A0TpUg7tF5HpyDA7 SXl/l9w...
2009 Feb 26
11
OpenSSL::Cipher decrypt returns 'wrong final block length'
...require ''openssl'' module AESCrypt # Decrypts a block of data (encrypted_data) given an encryption key # and an initialization vector (iv). Keys, iv''s, and the data # returned are all binary strings. Cipher_type should be # "AES-256-CBC", "AES-256-ECB", or any of the cipher types # supported by OpenSSL. Pass nil for the iv if the encryption type # doesn''t use iv''s (like ECB). #:return: => String #:arg: encrypted_data => String #:arg: key => String #:arg: iv => String #:arg: cipher_type => Stri...
2014 Feb 24
0
nut in openwrt
...tton_hotplug 2800 0 >cfg80211 172273 2 b43,mac80211, >cifs 190077 0 >compat 651 3 b43,mac80211,cfg80211, >crc16 1015 1 ext4, >crc_ccitt 1019 1 ppp_async, >crypto_blkcipher 10343 2 ecb,arc4, >crypto_hash 9546 7 >cifs,sha256_generic,md5,md4,hmac,ext4,jbd2, >des_generic 19817 0 >ecb 1328 0 >ehci_hcd 38172 1 ehci_platform, >ehci_platform 1872 0 >ext4 311657 0 >gpio_keys_...
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
...this a good project to use LLVM? Is there existing open source code for compiling expressions using LLVM that you would recommend for this project? Any suggestions or concerns about this approach? Is anyone interested in helping out? Thanks Jason -- Jason Glazer, P.E., GARD Analytics, 90.1 ECB chair Admin for onebuilding.org building performance mailing lists
2010 Aug 05
0
No subject
...req_conservative cpufreq_userspace cpufreq_stats parport_pc ppd= ev lp parport bridge stp xen_evtchn xenfs binfmt_misc uinput fuse ext2 hdap= s tp_smapi thinkpad_ec loop firewire_sbp2 snd_hda_codec_analog snd_hda_inte= l snd_hda_codec joydev snd_hwdep arc4 pcmcia snd_pcm_oss snd_mixer_oss snd_= pcm ecb snd_seq_midi yenta_socket serio_raw iwl3945 snd_rawmidi i2c_i801 rs= rc_nonstatic nvidia(P) snd_seq_midi_event video thinkpad_acpi pcmcia_core i= wlcore output evdev psmouse pcspkr i2c_core nvram snd_seq snd_timer snd_seq= _device snd soundcore snd_page_alloc mac80211 wmi cfg80211 rfkill button ba=...
2005 Dec 22
3
RoR presentations
Hi, I was wondering is there any editor that can do autocompletion as shown in the tutorials on the RoR website in the windows or linux environment. If not do any one has sharable macros that comes with textpad or any other editors. Silvy Mathews
2001 Aug 13
0
erappin' - daily morning update 8-13-01 (PR#1051)
...me in for Hewlett-Packard, Applied Materials and Dell and of course how they see next quarter's numbers. HWP is expecting a 91% drop in earnings per share, Applied Materials a 97% drop while Dell sees a 27% step back in EPS. EUROPE'S SLOWING ECONOMY The European Central Bank (ECB) indicated in its August report that it might need to cut interest rates again. So far, the ECB has been reluctant to do so as they were experiencing troubles with rising inflation. Latest economic reports are indicating a pause in inflationary pressures, which introduces the possibility now of ano...
2001 Aug 13
0
erappin' - daily morning update 8-13-01
...me in for Hewlett-Packard, Applied Materials and Dell and of course how they see next quarter's numbers. HWP is expecting a 91% drop in earnings per share, Applied Materials a 97% drop while Dell sees a 27% step back in EPS. EUROPE'S SLOWING ECONOMY The European Central Bank (ECB) indicated in its August report that it might need to cut interest rates again. So far, the ECB has been reluctant to do so as they were experiencing troubles with rising inflation. Latest economic reports are indicating a pause in inflationary pressures, which introduces the possibility now of ano...
2006 Mar 09
15
open source editor
does anyone know of a good place to find an open source / freeware text editor? -- Posted via http://www.ruby-forum.com/.
2013 Jan 17
1
[LLVMdev] MC X86 lacking support for hyphenated VIA Padlock instructions
...ng copy) @@ -445,6 +445,7 @@ def XSTORE : I<0xc0, RawFrm, (outs), (ins), "xstore", []>, A7; def : InstAlias<"xstorerng", (XSTORE)>; +def : InstAlias<"xstore-rng", (XSTORE)>; let Defs = [RSI, RDI], Uses = [RBX, RDX, RSI, RDI] in { def XCRYPTECB : I<0xc8, RawFrm, (outs), (ins), "xcryptecb", []>, A7; @@ -454,6 +455,12 @@ def XCRYPTOFB : I<0xe8, RawFrm, (outs), (ins), "xcryptofb", []>, A7; } +def : InstAlias<"xcrypt-ecb", (XCRYPTECB)>; +def : InstAlias<"xcrypt-cbc", (XCRYPTCB...
2009 Sep 19
3
Blowfish crypt in rails app
HI Im creating a rails app using blowfish encryption and decryption, in my app i have included a gem crypt for doing a encryption and im trying to decrypt the result using blowfish.js is that possible to do that encryption via ruby gem and decryption via blowfish.js, i download the blowfish js from the url: http://dren.ch/js/blowfish.js Is it possible to implement encryption via ruby
2014 Feb 24
1
nut in openwrt
...00 0 >>cfg80211 172273 2 b43,mac80211, >>cifs 190077 0 >>compat 651 3 b43,mac80211,cfg80211, >>crc16 1015 1 ext4, >>crc_ccitt 1019 1 ppp_async, >>crypto_blkcipher 10343 2 ecb,arc4, >>crypto_hash 9546 7 >>cifs,sha256_generic,md5,md4,hmac,ext4,jbd2, >>des_generic 19817 0 >>ecb 1328 0 >>ehci_hcd 38172 1 ehci_platform, >>ehci_platform 1872 0 >>ext4...
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
...expressions using LLVM that you would recommend for > this project? > > Any suggestions or concerns about this approach? > > Is anyone interested in helping out? > > Thanks > > Jason > > -- > Jason Glazer, P.E., GARD Analytics, 90.1 ECB chair > Admin for onebuilding.org <http://onebuilding.org> > building performance mailing lists > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> >...