similar to: Encrypting Ogg

Displaying 20 results from an estimated 1000 matches similar to: "Encrypting Ogg"

2006 Sep 05
3
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
I've got an idea for a program, and after readig about 1/3 of your documentation, I think LLVM is what I'm looking for. What I'd like now is some help to see if my idea is "sane" and and shed light and direction that could be provided. I want to build a simplified "Virtual Machine" containing: A Terminal Hard Drives (image files) Some Kind Of Networking Device
2006 Sep 05
0
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
Shawn "AutoDMC" Boles wrote: > I've got an idea for a program, and after readig about 1/3 of your > documentation, I think LLVM is what I'm looking for. > > What I'd like now is some help to see if my idea is "sane" and and shed > light and direction that could be provided. > > I want to build a simplified "Virtual Machine"
2006 Sep 06
2
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
> If you don't mind my asking, can you tell us a little more about your > overall goal for this project? > Snip > I can't really give any > feedback on which is more appropriate until I know more about the > constraints of your project. > > -- John T. Hopefully I can explain my project more fully (without being too wordy): "CRAZY CRACKPOT IDEA"
2016 Aug 29
3
TI DSP support
I see the following in arch.h #elif defined (TI_C6X_ASM) #include "fixed_c6x.h" But there does not seem to be a header file by that name in the 1.1.2 distribution. dave
2016 Aug 29
1
TI DSP support
I did find it using my browser search. I am not sure where the "Git" is. It looks like many of the macros that use the TI intrinsics are commented-out. #if 0 +#include "dsplib.h" + +#undef MAX16 +#define MAX16(a,b) _max(a,b) ... Once my development has commenced (still in the study phase). I will be trying it. dave -----Original Message----- From: Jean-Marc Valin
2015 Jan 26
3
Apache and SSLv3
Hi list, I'm configuring apache with https and I've a question about sslv3 deactivation. Running "openssl ciphers -v" I get a list of cypher suite of openssl like: ECDH-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH/RSA Au=ECDH Enc=AESGCM(128) Mac=AEAD ......... Each lines report relative protocol. Disabling sslv3 with "SSLProtocol all -SSLv3" I can use cypher like:
2009 Apr 24
4
Long string in crypting
I use a solution to crypt a string that I found using OpenSSL. But the crypted string becomes very long, too long for a varchar 255 to hold it. What can I do to make it shorter? Or should I just use text as column in the mysql db? public_key_file = ''lib/public.pem'' public_key = OpenSSL::PKey::RSA.new(File.read(public_key_file)) @encrypted_string =
2016 Aug 24
2
Endianness
I need to add the opus audio codec to my TI TMS320C6455 DSP. The chip is configured for big-endian format and the encoded data will be transferred through RTP. Is there an endianness to the current source code? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20160824/0c590e61/attachment.html>
2018 Dec 08
1
"no shared cypher", no matter what I try
Have you tried connecting with openssl c_client, with a cypher list of all? My suspicion is that one of the pair of programs is only using old, weak cyphers [due to age and the other only strong ones. David -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181208/4e12a00c/attachment.html>
2004 Jul 02
1
malformed broadcast packets ?
Hello All, I recently upgraded to Redhat AS3 from an older 7.3 installation. With samba 3 (3.0.2-6.3E is the rpm version), I've been seeing activity that wasn't present before. Every 15 minutes (within a few seconds accuracy), I receive an alert from our SonicWall (firewall appliance) reporting that a "Malformed IP packet dropped." where the source was the upgraded server, and
2004 Aug 06
1
icecast - it is what i search
Hi! I want to realize a realtime DJ Battle where some DJs enter in a virtual cypher and start a HipHop Battle. For example, there are 5 DJs an 5 listener in the Jury. Only one DJ my play at present and the others can only listen. After 2 minutes and a little break another DJ is on the turn and so on. Is icecast what i want? Can i realize it with icecast? thanks, buelent -- buelent caliskan
2015 Sep 24
2
decode http hack attempt?
Can anyone de-cypher the second entry for me? --------------------- httpd Begin ------------------------ Requests with error response codes 403 Forbidden /: 9 Time(s) /?c=4e5e5d7364f443e28fbf0d3ae744a59a: 3 Time(s) I have found the string via Google but have not located any explanation. -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit
2008 Dec 13
2
Need Help in converting php encryption decryption code to ruby on rails
Hi guys i found this encryption decryption in php and try to convert it in rails but i am unable to successfully convert it. So plz help me. I you write the whole conversion code then it will be great. PHP code is like this ================ # #/********************************************** #** #** MD5 block cypher #** #** Author..: leapinglangoor [
2015 Feb 07
2
TLS config check
Am 07.02.2015 um 10:10 schrieb SW: > I've just done a test with K9 mail on Android 4.4.2 and this is what I > see in the log: > > ECDHE-ECDSA-AES128-SHA (128/128 bits) > > But when using Thunderbird I see: > > ECDHE-ECDSA-AES128-GCM-SHA256 (128/128 bits) > > I'm happy that Thunderbird is using a secure cipher but is Android? Is > ECDHE-ECDSA-AES128-SHA
2002 Jul 24
2
[Bug 368] TTSSH will not connect to OpenSSH_3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=368 ------- Additional Comments From mindrot at regs.nebcorp.com 2002-07-24 12:16 ------- Just make life easier: TeraTerm 2.3 http://hp.vector.co.jp/authors/VA002416/ttermp23.zip TTSSH 1.5.4 plugin http://www.cs.cmu.edu/~roc/ttssh154.zip ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the
2003 Apr 11
2
How often should an encrypted session be rekeyed?
Using OpenSSL, is there a preferred/recommended rate of rekeying an encrypted stream of data? Does OpenSSL handle this for developers behind the scenes? Does it even need to be rekeyed? Thanks in advance. -sc -- Sean Chittenden -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 202 bytes Desc: not available
2018 Dec 08
6
"no shared cypher", no matter what I try
Greetings, I have had to reinstall my email server on another Linux (centos 7.6) VPS, with a newer version of dovecot, other software and a brand new letsencrypt certificate just for email withpostfix and dovecot (that certificate works fine with postfix). Output of dovecot --version and dovecot -n on the new server is below. Now, messages ARE delivered in the right IMAP mailboxes, but when I try
1998 May 30
9
"Flavors of Security Through Obscurity"
This was posted not too long ago on sci.crypt... Enjoy... I think the most relevant information is near the top, but it''s all quite good... :-) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- There is no intrinsic difference between algorithm and data, the same information can be viewed as data in one context and as algorithm in another. Why then do so many people claim that encryption algorithms
2017 Jun 14
4
LLD support for mach-o aliases (weak or otherwise)
> On Jun 14, 2017, at 2:47 PM, Michael Clark via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On 15 Jun 2017, at 6:50 AM, Louis Gerbarg <lgerbarg at apple.com <mailto:lgerbarg at apple.com>> wrote: >> >>> >>> On Jun 6, 2017, at 4:08 PM, Michael Clark via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at
2014 Jul 04
1
libvirt behind stunnel4
Hi, I'm trying this setup where an stunnel4 (listening for clients on port 16514) connects to an unencrypted libvirt backend (on port 16509). When I point the virsh client to stunnel4 it hangs. Looking via tshark: 1. virsh completes ssl handshake with stunnel4 2. stunnel4 completes tcp handshake with libvirt. and that's all. When connecting virsh client directly to libvirt (this time