Cryptographic functions in smartcard hardware

Hi there,
i have some code that uses some cryptographic functions of Java. My applet will run on a smartcard.
Do you think that if the card has some kind of cryptographic co-processor, or other cryptographic hardware functions, it may help the applet's performance?
Thanks!

Hi,
did you install also LabVIEW RealTime module?
I cannot read what is written next to the cRIO target in the project, in case the message is related.
Bye,
Licia

Similar Messages

  • BSOD with my function key and hardware setup

    I have this problem, it took me a entire day to pinpoint exactly what my problem is.  Well my Antivirus, I tired using different ones, Bitdefender and AVG, and they both seem to cause the same problem.  Everytime I press the function key I get this message:
    Problem signature:
      Problem Event Name:    BlueScreen
      OS Version:    6.0.6002.2.2.0.256.1
      Locale ID:    1046
    Additional information about the problem:
      BCCode:    a
      BCP1:    00000016
      BCP2:    0000001B
      BCP3:    00000000
      BCP4:    82E3B0B5
      OS Version:    6_0_6002
      Service Pack:    2_0
      Product:    256_1
    Files that help describe the problem:
      C:\Windows\Minidump\Mini052010-01.dmp
      C:\Users\Bruno\AppData\Local\Temp\WER-83429-0.sysdata.xml
      C:\Users\Bruno\AppData\Local\Temp\WERB8E2.tmp.version.txt
    Read our privacy statement:
      http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
    I'm using Vista Ultimate 32 Bit with SP 2, I tested my memory and hardrive and there is no problem with it.  If I disable my antivirus the function key works, if I enable my AV it causes the BSOD.  It seems that there is a conflict with the Hardware setup and the TVAP issue.  I have the latest ones, but it seems that Toshiba won't come out with new drivers to fix this problem.  The only thing I can do now is disable my function key.  But I don't know if there is anything I could do.  Maybe modify the registry or something.  I cannot remove my AV as well.  I'm using both the Internet Security of it.
    Solved!
    Go to Solution.

    Qosmio F50-10Z 
    Try reinstalling these two utilities in this order. It sometimes helps to uninstall them first.
       Toshiba Flash Cards Support Utility for Windows Vista 32 Bit, 1.54.0.3C, 28/07/08
       Toshiba Value Added Package for Windows Vista 32 Bit, 1.1.19, 28/07/08
    -Jerry

  • Problem with SUN cryptographic provider (PKCS#11)  & EclipseRCP

    Hi all,
    We developed a java program for using cryptographic tokens, for instance,smartcards. The crypto provider from SUN offers the API (PKCS#11) and all cryptographic functions to handle smartcards. The program works as standalone application, but if we are trying to implement the program into Eclipse RCP, it will not work.
    If the program tries to call up the SUN provider constructor, it fails without an error message.
    We searched in different forums, but without any success.
    We do not have any idea to solve this problem.
    Please help us.
    private Provider addToken() throws Exception {
      String pkcs11ConfigFile = "C:\\Downloads\\pkcs11.cfg";
      Provider pkcs11Provider = new sun.security.pkcs11.SunPKCS11(pkcs11ConfigFile);
      Security.addProvider(pkcs11Provider);
      return pkcs11Provider;
    }thx

    Can I ask you one question?
    Which driver did you specify? I mean the smarcard reader driver or the smartcard itself driver?
    If the second, does it come along with the card? because as far as I know I just got the smart card but no software at all (apart the smartcard reader driver).
    Can you help me out with this?
    thanks in advance,
    Marco

  • Can LabVIEW call a function from a .sys file or is LabVIEW limited to dll access?

    My vendor has sent me a .sys file with functions accessing their hardware.  Can i call these function from labview directly or do I have to wrapper the .sys with a dll?

    Well a sys file is a kernel device driver. LabVIEW does not have any direct way of accessing such a driver. The way kernel drivers are accessed is usually through a DLL which makes calls to WinAPI functions such as CreateFile(), ReadFile(), WriteFile(), CloseHandle() and DeviceIORequest(). Since these WinAPI calls are basically just DLL calls too, you could theoretically use the Call Library Node to call them and access the kernel device driver in such a way.
    However for any kernel device driver with more than one or two device driver calls, it will certainly be easier in terms of development, debugging and maintenance of the code, to write actually a dedicated DLL in C/C++ for this device driver and access that DLL from LabVIEW, especially if you consider the LabVIEW datatype limitations when designing the DLL interface (Basically this same DLL can then be called from any other Windows development environment, be it Visual Basic (similar datatype limitation as LabVIEW), Delphi, (Visual) C, LabVIEW or also various scripting environments like Python and Lua.
    Some of the necessary WindAPI calls are rather involved and pose quite a bit of trouble to get the parameter data right in LabVIEw.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • NI-DAQ Function Reference Online Help, Version 6.6

    First, I saw on the National Instruments Home Page that the PDF version of
    the Function Reference Manual has been discontinued in favor of the Online
    Microsoft Help format version. I really prefer the PDF because it prints
    much nicer. Looking at the monitor as many hours as I do is unnerving and I
    find the paper relaxing. The Microsoft Help format is better for searching
    however. I would be much happier if both versions were kept in production
    by National Instruments. (And even happier yet if they gave us developers
    free hardback editions )
    Second, I was discouraged to find that v6.6 of the document (NI-DAQ Function
    Reference Manual for PC Compatibles) does not list the DAQCard-AI-16E-4
    under the
    options for "NI-DAQ Functions Listed by Hardware Product." I
    thought the DAQCard-AI-16E-4 was a popular product and I assume it still
    supports the same functions in 6.6 that is did in the earlier versions. Why
    was it left out? Can I still use the info for the same topic in the 6.5
    PDF?
    For the last part of my documentation gripes, in Appendix B for v6.5 under
    "Valid Internal Analog Input Channels" the DAQCard-AI-16E-4 is listed in the
    second block and the last block. The set of command is different for each
    block so I looked in the v6.6 which lists only the first block and I went
    with that. Is the appearance of DAQCard-AI-16E-4 in the last block on the
    v6.5 doc a typo or does it have significance?

    Don Pellegrino wrote:
    > First, I saw on the National Instruments Home Page that the PDF version of
    > the Function Reference Manual has been discontinued in favor of the Online
    > Microsoft Help format version. I really prefer the PDF because it prints
    > much nicer.
    This doc can be found on ni.com:
    http://digital.ni.com/manuals.nsf/14807683e3b2dd8f8625677b006643f0/1630a0b68738b269862567c1007a2912?OpenDocument
    > I thought the DAQCard-AI-16E-4 was a popular product and I assume it still
    > supports the same functions in 6.6 that is did in the earlier versions.
    To the best of my knowledge, yes it does.
    Regards,
    Rich Yavorsky
    NI

  • MacBook ('08) function keys not working (volume, etc) XP SP3, Bootcamp 2.1

    I have just upgraded from a MacBook Core Duo 2.0Ghz (mid-2006) to a MacBook Core 2 Duo 2.4Ghz (mid-2008).
    I had Windows XP (SP3) installed and running nicely on a partition on the old MacBook, and what I've now done is simply swapped that whole hard drive from the old MacBook to the new one. OSX (10.5) runs just fine, but Windows is giving me issues. I successfully reactivated Windows, and then did a repair installation from my original WinXP install disc, which took Windows back to Service Pack 2. I used the OSX install DVD that came with the new MacBook to install the Boot Camp Windows drivers (version 2.0), and then downloaded and ran the Boot Camp 2.1 update, and then upgraded to WinXP Service Pack 3.
    The trackpad on the new MacBook is working in Windows, as is MOST of the keyboard. Only the function keys aren't working (brightness, volume, eject, etc.). I've tried using them both with and without holding down the "fn" key in the bottom-left of the keyboard, and both with and without the setting checked (in Windows Boot Camp prefs) for using the function keys for hardware purposes.
    I can't help but think that the problem arises form the different layouts of the 2006 MacBook and the 2008 MacBook. The 2006 model used the F3, F4, and F5 keys for volume (mute, decrease, increase), while the 2008 model uses F10, F11, and F12.
    When I look under Add/Remove programs in Windows, I see that there are still old Apple drivers for keyboard and other devices. I see versions of the drivers going back to 1.x, and also 2.0 and 2.1.
    In efforts to start afresh, I've tried using both the Boot Camp 2.1 Updater and my 2008 MacBook Install DVD (which has Boot Camp 2.0) to remove Boot Camp from Windows, but neither seem to really do the trick in terms of really removing all the Boot Camp components and drivers, and reinstalling the Boot Camp drivers doesn't get the keyboard function keys working.
    I've tried everything I can think of (short of erasing the partition and starting with a fresh install of WinXP, which is NOT an option). Is there some way to remove the old (or all) Apple drivers in order to install Boot Camp components anew? Or would that even get the keyboard working anyway? Any other ideas at solving this problem? Thanks very much.

    AHA!!!! FIXED IT!!!
    Found another forum post here:
    http://discussions.apple.com/thread.jspa?messageID=7688314&
    And that reminded me that the little Boot Camp grey diamond icon wasn't appearing in the tray like it should. I found KbdMgr.exe and tried to open it, but got an error. So I deleted it and did repair/update from Boot Camp 2.1 Updater, rebooted, and now KbdMgr.exe is running, the icon is in the tray, and the function keys (volume, brightness, etc) are working! Hooray!!
    So in conclusion, this problem may not have been due to the different keyboard layouts, but could've been something about SP3 & BootCamp 2.1. Maybe. Who knows. I'm just happy I've got it working.

  • Panorama photos.  A function of iPhone 5, ... or iOS 6?

    Yesterday Apple announced the new "Panorama  function" of iPhone 5.
    It is not clear to me, if the panorama function is in fact a hardware function of iPhone 5 or if it is a software function of iOS 6. Apple mad it sound like it was a function of the hardware ot iPhone 5.  According to an article on 9to5mac.com titled "iOS 6 GM seed brings panorama camera to iPhone 4S" at http://tinyurl.com/9a5apdh, this seems to be a function of the iOS.
    I have an app on my 4S called Photosynth (http://itunes.apple.com/us/app/photosynth/id430065256?mt=8), that takes pretty decent panorama photos, so I know the 4S is capable of it.
    I wonder what others think.

    http://www.apple.com/iphone/compare-iphones/

  • NI-DAQ function reference for DAQmx9.0

    I am using VXI with LabWindowsCVI6.0
    application.
    I have PCI-MXI2 card in my PC and VXI-MXI2 in slot0
    of VXI chassis.
    NI DAQ version 6.6  was installed
    Now
    i have one anthore PC in which i have installed LabView8.6  and
    DAQmx9.0 first then after i have installed CVI6.0.
    I tried to
    install NI DAQ6.6 but i couldn't because i have already DAQmx9.0 exist
    in my PC
    Now when i open CVI project which  i have
    develop earlier.I can not get DAQ help for VXI like "SCAN_Setup",
    "DAQ_DB_Config","DAQ_Config","GPCTR_Control",GPCTR​_Set_Application" etc.
    How
    i can have this NI-DAQ help which is coming in earlier version on
    START>>Programs>>National Instruments DAQ>> NI-DAQ
    Help
    --Vishnu

    Hello;
    You can find the NI-DAQ on line help at Start-> Programs->National Instruments->NI-DAQ->NI-DAQ Help.
    At the on line help, you can find a list of NI-DAQ functions sorted by hardware type.
    To find that list of functions, go to the on line help, select the Contents tab, select NI-DAQ functions-> Listed by Hardware type->NI-DAQ functions.
    Hope this helps.
    Filipe

  • Install Enterprise WSD Multi-Function Printer does not work for Win10

    Hallo, I installed Win10 three days ago and I am repeatedly getting the same error message.  Can you help? Hewlett-Packard - Enterprise WSD Multi-Function Printer, Multi-Function Printer, Other hardware - Null Print - HP ENVY 7640 series  thanks!

    PAHU wrote:
    There is the pxlmono package, which has a pxlcolor driver that will allow printing in colour, and possibly two sided printing and stapling. But I doubt that you will have hole punch with this driver. Also, the Linux Foundation that provides this driver set was recently hacked and the web site is not back online yet.
    I would echo PAHUs conclusion about the driver you need.  I would also add that the pxlmono/pxlcolor drivers for all Ricoh family of printers (Lanier is a member of the Ricoh family of printers) are actually provided by Ricoh.  They would have all the functionality that your printer supports.  It therefore would support two sided printing if you have a duplexer on the printer.  The driver would also support any hole punching or stapling if your printer is so equipped.
    Also, as PAHU mentions, the OpenPrinting.org site is down right now.  I have all the packages you would need.  The big problem is that the Ghostscript package is about 35 MB in size.  I don't have enough server space to host it.  If you must get the printer working right now, please e-mail me at walterwego at macosx dot com.  I could try to send you the file using an outside file transfer site.
    EDIT:  I just checked the PPDs included in the latest pxlmono package.  The Lanier LD655C is not included in the package.  I don't know which, if any, of the included drivers you could substitute.  It looks like you will have to use the B&W Generic PCL driver until the OpenPrinting site is back up and a Ricoh tech is available to help with suitable model substitution.
    Message was edited by: Matt Broughton

  • When IOS7 comes out, will the current iPhone 5 and iPad mini have the finger scanner option, or is it just the new 5S, because in the release videos, they showed an on screen finger scanner, so I was curious whether older models will have this function?

    Please Answer
    When IOS7 comes out, will the current iPhone 5 and iPad mini have the finger scanner option, or is it just the new 5S, because in the release videos, they showed an on screen finger scanner, so I was curious whether older models will have this function?

    The fingerprint scanner will be a function of new hardware.

  • OpenSPARC T1 v1.4 now available for download

    Hello everyone,
    OpenSPARC T1 v1.4 is not available for download. Here is a short description of available new features. Please do download and try it out.
    New features in OpenSPARC v1.4
    ==============================
    OpenSPARC T1 v1.4 adds significant new functionality as well as new
    platform support in its hardware bundle. On the design side, it adds
    knob to create single core, single thread implementation of the
    OpenSPARC T1. This, we believe, will be useful in creating multi-core
    designs that do not include hardware threading. Additionally, it also
    provides an option to create FPGA implementation from the base
    design. This FPGA option creates a fully synchronous design with
    better utilization of on-chip FPGA resources like Block RAMs and
    Multipliers. And finally, version v1.4 also includes an option to
    remove Stream Processing Unit (SPU) from the design. Since SPU is
    essentially an on-chip hardware accelerator for cryptographic
    functions, one can choose to remove it for more general purpose CPU
    implementations.
    Although three options described above can be chosen independent of
    each other, combining them will create an FPGA implementation with the
    smallest possible area foot-print. Needless to say, we have also
    included verification environment for the new additions and also added,
    for the first time, elementary support for netlist verification through
    vector playback.
    Together with design enhancements, OpenSPARC T1 v1.4 also supports
    x86_64 hardware platform.
    For more details, please check the "OpenSPARC T1 Processor Design and
    Verification User's Guide" included under to "doc" directory of the
    hardware distribution.

    First line of the message should read "OpenSPARC T1 v1.4 is *now* available .."

  • HSM performance / requirements

    The Secure Deployment Guidelines document has a small section on HSMs.  That document lists authentication performance numbers for a network connected HSM as between 19 and 32 authentication events per second.  Is that true for license generation as well?
    Reading specifications on listed HSMs, vendors list RSA events anywhere from 500 to 6000 transactions per second for network connected HSMs.  What is FAXS requiring of the HSM that is obtaining only 19-32 events per second?
    Given that an HSM seems the surest way of a compliant (and safe) deployment, the scalability concerns around an HSM is high.  500 to 6000 tps is far more affordable than 19-32, but i do not understand what demands FAXS has that are causing that drop.
    Any insight on this and on HSM performance would be appreciated.

    Thanks for the information Eric.
    > Using a local HSM (PCI-card) was as performant as not using an HSM at all
    Thats a bit surprising.  i would have expected better performance using an HSM card which is more specialized to the specific cryptographic functions than software on random hardware.  Other than the fear of degradation, its rather moot given the security requirements when *not* using an HSM.  Without a heavy undertaking, an HSM is pretty much required for a secure deployment.  Even with an HSM there is considerable process and infrastructure requirement to feel comfortable.
    i'm trying to understand how it is possible to deploy a geographically distributed and scalable solution that meets Adobe's security requirements using an HSM, which means getting some feel for what performance will be and the cost of the HSM platform.
    When looking at vendor specifications, what should i be looking at to get a ballpark as to how performant an HSM will be with FAXS?
    For license serving, are the calls to the HSM purely RSA signing operations? 
    Or is the HSM being used for other crypto functions?
    How many calls to the HSM are made for each license serving event?  Two?  One for the transport key and one for the license key?  Meaning any transactions per second an HSM claims essentially would be halved to get license generations per second?
    Without know specifically what the cryptographic load being sent to the HSM is and how many of them must be handled, its hard to evaluate.
    Any assistance is much appreciated.

  • Did you know how easy it is to void your warranty?

    Many things are in the terms and conditions but I feel some need to be brought to the attention of the buyer,in Particular this one!
    Did you know that if the screen gets a scratch ,the warranty becomes void!!
    so even if there is a problem with the device itself that has nothing to do with you,if you have a scratch on the screen they wont repair it,claiming that there is damage to the device and the warranty is void!!
    Holy GOD,im shocked to find this out,but this is from Apple itself! A scratch on the screen means you have NO COVER!! Do me a favour and pass this on,as Im sure others will be as surprised as me to find this out!
    Quote from Apple when I asked if a scratch to the screen would mean I have no cover
    "Angelo:
    Yes, if there is any damage to the device the warranty is voided.".

    Not necessarily true as your post is too general.  The warranty does not cover cosmetic damage, so a scratched screen will not be repaired/replaced to fix the scratch.  However, Apple will determine, on a case by case basis, if the cosmetic damage actually indicates a cause for any functional or other hardware defect or improper function.
    You can indeed bring in a cosmetically flawed device for service under warranty for defective components.  The only time cosmetic damage will void the warranty entirely is if it is determined to indicate accidental damage, abuse or mis-use of the device in some way as to void the warranty.  But that is decided on a case by case basis, and there is no blanket rule governing such instances.
    You can read your warranty here - https://www.apple.com/legal/warranty (pick your country from the bottom right flag symbol).  In the USA, for an iPad with retina display, the main paragraph covering the issue you raise would be:
    "This Warranty does not apply: (a) to consumable parts, such as batteries or protective coatings that are designed to diminish over time, unless failure has occurred due to a defect in materials or workmanship; (b) to cosmetic damage, including but not limited to scratches, dents and broken plastic on ports; (c) to damage caused by use with another product; (d) to damage caused by accident, abuse, misuse, liquid contact, fire, earthquake or other external cause; (e) to damage caused by operating the Apple Product outside Apple’s published guidelines; (f) to damage caused by service (including upgrades and expansions) performed by anyone who is not a representative of Apple or an Apple Authorized Service Provider (“AASP”); (g) to an Apple Product that has been modified to alter functionality or capability without the written permission of Apple; (h) to defects caused by normal wear and tear or otherwise due to the normal aging of the Apple Product, or if any serial number has been removed or defaced from the Apple Product."
    Note the separate statements - that cosmetic damage itself is not covered, nor is damage caused by accident, abuse or misuse.  However, whether anything falling into the former criterion actually constitutes voidance of the warranty by the latter criterion will be determined by Apple when you present an item for warranty service.  One thing does not automatically imply the other.

  • Abnormal behaviour with Lion. Opening Pages causes my Mac to have a lethargic performance since I installed the Lion OS, anyone has a similar problem?

    Since i first installed the Lion OS, my mac has been having performance slowdowns while working on Pages. It appears to affect all functional software and hardware. E.G. when clicking either the dashboard or the desktop button it does nothing, Pages has a horrible lethargic processing, etc.
    The strange thing is that Pages does reflect a considerable improvement if working in the fullscreen environment.
    If anyone else is having or had this issue could you please give advice.
    Thank you

    You would be better asking these questions in the Mac OS X 10.7 Lion Discussions area. The Pages Discussions area is just about Pages so we won't be able to help you with general Mac OS X problems.
    However, there is a big difference opening Pages/Numbers/Keynote from Launchpad or my previous Dock. If I use Launcpad, those software open now decently quick. Using Dock is much more slower.
    Have you tried removing the Dock icons for iWork and readding them?
    I also downloaded Lion Disk Recovery Assistant - I am surprised that these were not on my Mac already, though my Automatic upgrade assistant informs that no new upgrades are available.
    You may be surprised, but you're not being singled out. The Lion Disk Recovery Assistant was not made available to anyone via Software Update. It's a manual download from Apple's Support web pages.
    If you were not aware of the Mac OS X 10.7.1 update being available you should check System Preferences > Software Update and ensure it's set to check for updates as frequently as you require.

  • What do you recommend to use as an offline data store, since SQL CE support is not in VS 2013?

    A few years back I was architecting an occasionally connected .Net desktop application. 
    VS 2010 was offering full support for Microsoft Sync Framework and SQL CE with Entity Framework. 
    This seemed like the perfect marriage, so I ran with it, and the resulting software solution is still successfully running in production, years later. 
    Jump forward to today, and I am architecting a new occasionally connected .Net desktop application. 
    I was really looking forward to taking advantage of the advances made by Microsoft in using the tools built into VS 2013. 
    However, what I discovered has dumbfounded me.  VS 2013 has no designer support for Sync Framework, and worse, built in support for SQL CE has been completely removed, including the ability to generate Entity Framework models from a
    CE database using the designer. 
    My question to the community is, what tools should I be using to solve the problem of offline storage in my brand new .Net application? 
    I am aware of ErikEJ’s SQL Server Compact Toolbox, which brings back some support for these features in VS 2013, but it is not as fully featured as the VS 2010 native support was, plus it does not have the institutional “Microsoft” stamp on it. 
    I am building a multimillion dollar corporate solution that I will have to support for many years.
     I would like to have some comfort that the technologies I select, today, will still be supported 5 years from now, unlike the way Microsoft has discontinued supporting Sync Framework and CE in the most recent VS. 
    I can accept open source technologies, because there is a community behind them, or off the shelf corporate solutions, since they will be driven by financial gain, but I have trouble committing to a solution that is solely supported by an individual,
    even if that person is a very talented Microsoft MVP.
    Some of the features of SQL CE that I would like to keep are
    Built in encryption of the file on disk
    Easy querying with an ORM, like Entity Framework
    Tools to easily sync up the offline data store with values from SQL Server (even better if this can be done remotely, such as over WCF)
    Does not require installation of additional software on the client machine, as SQL Express would
    Please, provide your feedback to let me know how you have achieved this, without resorting to simply using an older version of VS or Management Studio. 
    Thank you.

    Hello,
    Based on your description, you can try to use SQL Server 2012 Express LocalDB.
    LocalDB is created specifically for developers. It is very easy to install and requires no management, but it offers the same T-SQL language, programming surface and client-side providers as the regular SQL Server Express.
    SQL Server LocalDB can work with Entity Framework and ADO.NET Syc Framework. However, there is no built-in encryption feature in LocalDB which
    can let you encrypt database. You should decrypt/encrypt data on your own, for example, using
    Cryptographic Functions
    Reference:SQL Express v LocalDB v SQL Compact Edition
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

Maybe you are looking for

  • Invalid Content-Type value on OC4J 10.1.3.4.0 when using JAX-WS

    Hi all, I'm developing web services using JAX-WS on top of OC4J 10.1.3.4.0. I followed the procedure to enable this in the developer guide with success. My web service is running fine but the headers of the HTTP response contains an invalid value for

  • ITunes Keeps Maximizing

    iTunes keeps maximizing and taking focus every few seconds even when it has been minimized to the task bar. This makes listening to music in the background virtually impossible.

  • Evaluating xpath expressions

    Hi all, I have an xml document as <?xml version="1.0" encoding="UTF-8"?> <purchaseReport xmlns="http://www.example.com/Report" > <regions> <zip code="95819"> <part number="872-AA" quantity="1"/> <part number="926-AA" quantity="1"/> <part number="833-

  • Appraisals Tcode APPSEARCH BADI HRHAP00_REPORTING

    Hi I want to add Additional Data to the ALV grids shown when I evaluate appraisals . I find it looks possible by using a BADI HRHAP00_REPORTING thru which this can be done Unfortunately I am not able to make it work.OR find more information about thi

  • How Do I Convert a String that Names an Object to a Reference to the Object

    You get many program-specific object names in the XML that is returned by describeType.  Suppose I find an object that interests me.  What is the best way to convert the String that names the object (e.g. the id of the object) to a reference variable