Freddy Rios
|
Registered User
|
Professional software developer, providing project management, software architecture and development through odesk - http://www.odesk.com/users/~~50d5e0e1741f4687 I work with a team of professionals that provide their services remotely. |
|
5h |
comment |
high performance encryption in adobe air / flash @Adam thx, I will give it a try. |
|
5h |
comment |
high performance encryption in adobe air / flash @Henri I didn't say what you mentioned was wrong, is just that I had looked into that + added clarification about that you don't need to pick symmetric vs. asymmetric / weaker vs. stronger. Part of what I was having trouble with is I didn't know what would be enough for videos - but from what I have tested so far it works for that. The issue is its also external flash apps, which at 1 Mb x sec takes 10 secs for a 10 Mb app to load- and in the context I am that's a lot ... from stats I have gathered average is 7 Mb - thus aprox 7 secs which varies per client specs ... +1 |
|
1d |
comment |
high performance encryption in adobe air / flash @Henri there is a benchmark at the site I linked to: code.google.com/p/as3crypto. Best is a combination of asymmetric with symmetric, using a different symmetric key for each media which is protected with the stronger asymmetric key - that way you avoid depending on the weaker protection & the performance of the async is negligible as you use it just for v. few bytes. That's similar to what happens with https. |
|
2d |
awarded | ● Mortarboard |
|
Dec 5 |
accepted | asp.net inline code <%# MyboolVal %> |
|
Dec 5 |
comment |
asp.net inline code <%# MyboolVal %> @Jon I meant the comment on using = on your inline version when you wanted to output the text. You can't use that with a property of a server control, in that case you can use your original one and call DataBind on your panel (or on the control that contains it). |
|
Dec 4 |
answered | asp.net inline code <%# MyboolVal %> |
|
Dec 4 |
awarded | ● Nice Answer |
|
Dec 4 |
comment |
high performance encryption in adobe air / flash Some: Ability to provide a full screen virtual environment that can only be left through a password protected exit option (this is very specific to the context of the application) - no exiting by alt-tab, windows key, esc, etc. Play external flash applications & being able to call / receive method calls. Use existing UI assets (some with animations) + existing voice over assets + the app is already built. |
|
Dec 3 |
answered | C# API Development Exception handling |
|
Dec 3 |
revised |
high performance encryption in adobe air / flash added 1 characters in body |
|
Dec 3 |
revised |
How to learn about formal top-down approach to software architecture? added 5 characters in body |
|
Dec 3 |
accepted | I really really want to use an INSERT nested in a SELECT |
|
Dec 2 |
comment |
how to render a .htm page into .aspx page @Allen you could still use any of the solutions in my answer depending if those are full files or not ... you just need to download from the external location - you can even cache the already modified version locally if that makes sense to your scenario. |
|
Dec 2 |
awarded | ● Cleanup |
|
Dec 2 |
accepted | C# Linq queries |
|
Dec 2 |
comment |
Help converting generic List<T> to Excel spreadsheet +1 good & complete answer. |
|
Dec 2 |
comment |
Flash/silverlight and multiplayer games afaik by now flash already has UDP support. |
|
Dec 2 |
comment |
Flash/silverlight and multiplayer games @Travis relying security on not being able to decompile your application is the wrong approach ... you usually can do it anyway - even if its harder & you are ignoring any analysis of the network information. |
|
Dec 2 |
answered | C# Extension Method to return random alphabet |
|
Dec 2 |
answered | C# Linq queries |
|
Dec 2 |
answered | Video recording without user interaction |
|
Dec 2 |
accepted | How to load CSS on SSL pages? |
|
Dec 2 |
answered | I really really want to use an INSERT nested in a SELECT |
|
Dec 2 |
revised |
how to render a .htm page into .aspx page added 213 characters in body |
|
Dec 2 |
answered | how to render a .htm page into .aspx page |
|
Dec 2 |
answered | How do I make a link that goes no where |
|
Dec 2 |
answered | How to load CSS on SSL pages? |
|
Dec 2 |
accepted | C# LINQ Autogenerated number or index |
|
Dec 2 |
answered | C# LINQ Autogenerated number or index |
|
Dec 1 |
answered | Linq2sql: efficient way to get random elements with weight? |
|
Dec 1 |
answered | Random playlist algorithm |
|
Dec 1 |
comment |
how do you go about charging for building a website @oo are you monitoring your bounty questions? ... you have at least 3 near to expire, with clear answers ;) |
|
Dec 1 |
comment |
high performance encryption in adobe air / flash @Lillemanden I can't switch to Silverlight, not only because the application is already built & working, but because there are plenty of apps by content providers in flash. The missing functionality is for encryption for a subset of the content. Also silverlight 4 doesn't have the full set of features that we use of adobe air. Just for the info, do you need some extra paid stuff for Silverlight's DRM? - you do in case of adobe air's one. |
|
Dec 1 |
comment |
is it reasonable to protect drm’d content client side +1 thx for the response. My direct client = the company I am working with for this - is clear on that (at least now, not sure if they were when those deals where made), but on the other side of the deal are different content providers. I guess you are right, its a matter of expectations - but that's what makes it so hard to decide on the tradeoffs involved. |
|
Dec 1 |
accepted | POCO objects with lazy loading |
|
Dec 1 |
answered | Books for an aspiring software architect. |
|
Dec 1 |
answered | How to learn about formal top-down approach to software architecture? |
|
Dec 1 |
comment |
How do I factor code to ease testability? @Varuna I mean not making it an integration test (which is what you seem to be going for - by using the actual Engine implementation). The more you drop the unit tests for integration tests (thus structuring your code with that in mind), the harder it gets to test well the separate units & the closer you get to the 'unit testing doesn't work' point of view. testing all the car behaviors with the full engine (and full implementation of other dependent classes that u 'only need one') is usually pretty hard - the only reason being that u are dealing with all the logic in the dependent classes. |
|
Dec 1 |
answered | POCO objects with lazy loading |
|
Dec 1 |
comment |
How do I factor code to ease testability? @Varuna actually its the other way, those type of assumption is what makes things more complex. You miss having a clear guideline to separate the units of your application, and before you realize you already have classes that do too many things and are v. hard to test. |
|
Dec 1 |
answered | What may cause losing object at the other end of a pointer in c++? |
|
Dec 1 |
answered | How do I factor code to ease testability? |
|
Dec 1 |
revised |
How do I factor code to ease testability? added 3 characters in body |
|
Dec 1 |
comment |
Visual Studio 2008 creating new classes? @oo did u try this after my change? |
|
Dec 1 |
revised |
how do you go about charging for building a website added 104 characters in body |
|
Dec 1 |
comment |
high performance encryption in adobe air / flash @Justice thx, but this is for local media files. Any tip for that case? |
|
Dec 1 |
revised |
high performance encryption in adobe air / flash added 4 characters in body |
|
Dec 1 |
revised |
high performance encryption in adobe air / flash added 52 characters in body |
|
Dec 1 |
revised |
high performance encryption in adobe air / flash added 1 characters in body |
