What keys are needed to load an applet?

Dear
I'm really a newbie to Javacard.
I really appreciate if you can explain in a little bit detail.
My question is
1) I guess I need 3 keys (MAC,ENC,XXX) to authenticate with Javacard in the beginning.
That means I believe every single Javacard has different keys. Is it right?
2) Is it possible to get a CIN when I make a secure channel in the very beginning?
If it is , how can I get it?
I'm looking forward to your help

Well,
If you have a dollar to spend - here it is
3 keys should be provided by the card manufacturer. They should explain to you how to use it. These are 16byte long DES-ECB keys and yes, each card manufacturer normally has possibility to change them for every card or group of the cards. This process is normally called card personalization. Additionally , CM state could be manipulated, cryptographic features as well as the card communication protocol settings ...
Authentication with the keys is described in GlobalPlatform spec and you can easily learn lot about it by using some tools like JCOP Tools 3.0 ...
Another personalization is done on the application level. This is something where user can place his "this-specific-application" data in the card. It can be connected to the GlobalPIN implementation or any other security implementation ... but this is something what can't be specified - too many applications outside. Of course, this part of the personalization is not must.

Similar Messages

  • How do I determine what xtras are needed?

    From the searching I have done it appears that xtras equired are mostly trial-and-error.
    Is there an efficient way to determine what xtras are needed for each lindividual movie?
    My programs are divided into a series of sequential movies.  At the end of each movie
    there is a goto statement to launch the next movie.  Does that require me to determine
    xtras for each separate movie? 
    In a perfect world there would be a way for Director to search a  folder for and present an aggregate list of all xtras required for that set of movies.
    If no such method exists, what is the recommended hunt and peck system?

    Thanks for the response, rduane.  But I refer to the procedures as a bit random for the reasons you mentioned in your explanation.  For example, you stated that, "Director will normally add all of the Xtras that you need to each movie as you build it".  And, yes, I know that it does add some automatically.  But, if Director really does "add all of the xtras that you need to each movie as it is built", how could I ever jump to one that is missing a needed xtra?  If it needs it, why wasn't it added when it was built?
    So, that's the reason I mentioned "trial and error", and "hunt and peck".  The system is not reliable in its handling of xtras, or which ones are needed where.  I am familiar with workarounds such as going to each movie and selecting Modify>Movies>Xtras to see which ones Director has added,  But that is all it tells you.  It does not tell you if it has added all the xtras "needed".  And when the error message comes up, it does name the missing xtra, but not which movie needs it.  So, one has to go find the named xtra and copy it over to the Xtras folder. 
    At least, that's what I do to fix it.  But I asked the question because I wanted to know if Xtras handling itself is unreliable, or if I'm doing something incorrectly.
    Dewey-+

  • What wires are needed to connect to a projector

    What wires are needed to connect a macbook to a projector

    A VGA or HDMI cable (Perferably HDMI). But you need mini-displayport connectors to the specific cables.

  • HT1386 Switching from a pc to a Mac. What steps are needed to get my iPhone and iPad to work with my new Mac?

    What steps are needed when upgrading from a pc to a Mac?

    Copy everything from your old computer to your new one.

  • While doing ODI migration what things are needed to be setup in Topology?

    While doing ODI migration what things are needed to be setup in Topology manager ?
    1.Like in Toplogy in file we hive file paths.
    2. In Planning we set Logical schema .
    Not sure about other things.
    Hoping some can can help!!!!!!!!!!!!!!!11

    Lots of things are defined in the topology manager - below is a simplified list
    1) Physiccal Schemas the actual connection information / details related to any technology you plan to use in your ODI integration interfaces
    2) Logical schema, abstracted version of the Physical schema which allows greater flexibility ad reuse across environments
    3) Contexts - how you asssociate logical and physical schemas
    4) Agents - manage the execution of ODI jobs
    When you talk about migration, do you mean moving ODI objects between seperate environments such as Dev and Prod? If so you will need to ensure that all the technologies you use in Dev are present in Prod. The physical layer has been set up with all the correct connection details. Your logical scemas has been set up matching your configuration in the dev environment and you have used the contexts to associate the logical and physical layers as per your dev configuration.

  • WHAT PARTS ARE NEEDED TO SHOW MY MAC 10.8.4 OVER TV-.

    WHAT PARTS ARE NEEDED TO SHOW MY MAC 10.8.4 OVER TV….

    About AirPlay Mirroring in OS X Mountain Lion
    You need:
    An AirPlay-enabled device such as http://store.apple.com/us/ipod/ipod-accessories/apple-tv
    A suitable TV monitor
    A network
    HDMI cable
    A compatible Mac:
    iMac (Mid 2011 or newer)
    Mac mini (Mid 2011 or newer)
    MacBook Air (Mid 2011 or newer)
    MacBook Pro (Early 2011 or newer)
    Or, depending on the model Mac you intend to use: a Thunderbolt or MiniDP or DVI to HDMI adapter for a wired connection to your TV or AVR

  • What keys are used to open windows besides CTL-Alt-Delete?

    What keys are used to open windows besides Ctl-Alt-Delete?

    Open what windows? what is a window? There is no Alt key.
    Describe what you are trying to do.

  • What commands are needed to configure authentication?

    I'm running the JaasAcn Sample from a DOS prompt on a Win XP client and am getting 'authentication failed'. My Active Directory Realm is AD.COURSEWIZARD.COM and the KDC FQDN is ad.ad.coursewizard.com. It succeeds when I run the 'Sample' locally on the AD server. If I set 'isInitiator=false' in jaas.conf, it succeeds no matter what I enter for username & password. It seems that I need to configure an SPN.
    When setting an SPN, are you declaring that a particular AD user account is associated with a remote service that will be requesting authentication?
    Do I have to also use the 'ktpass' command, even though I'm using a Win client?
    If I use ktpass, but am just testing with a PC on the Inet, should I just use my IP address for domain since I don't have a FQDN?
    Do I need to move the keytab file, created by ktpass, to the client and configure it to use it?
    Does the ADS need to have a krb5.conf or krb5.init file? I don't see one under '../drivers/etc/'.
    What commands are needed in order to configure the server, and client, to authenticate successfully?
    Cheers

    Sorry, I haven't seen a nice JGSS for Windows guide yet.
    Back to your questions:
    1. When setting an SPN, are you declaring that a particular AD user account is associated with a remote service that will be requesting authentication?
    IMHO, setspn creates a service-like alias for a normal AD account, so that GSS style server program can use it as a NT_HOSTBASED_SERVICE name.
    2. Do I have to also use the 'ktpass' command, even though I'm using a Win client?
    ktpass is used at the server side, what you use at client side is unrelated.
    3. If I use ktpass, but am just testing with a PC on the Inet, should I just use my IP address for domain since I don't have a FQDN?
    Porbably not. Anyway, AD works fine with a DNS. If you haven't one, config the AD server as a DNS server.
    4. Do I need to move the keytab file, created by ktpass, to the client and configure it to use it?
    No, keytab is used at server side. The client side uses the native credentials cached in LSA after you login to Windows as an AD account.
    5. Does the ADS need to have a krb5.conf or krb5.init file? I don't see one under '../drivers/etc/'.
    Yes, Java needs the file for both client and server JGSS programs. Normally it should be inside the WINDOWS directory. Somethign weird woun happen if you uses Terminal Services or else. Add -Dsun.security.krb5.debug=true to the Java command line will show you when Java tries to look for this file.
    6. What commands are needed in order to configure the server, and client, to authenticate successfully?
    You need setspn.exe and ktpass.exe on the server to create the SPN and the keytab file. No tools are necessary on the client side, but MS's kerbtray.exe and klist.exe (attention: MS's klist, not Java's) are nice. BTW, a nice network sniffer (say, Wireshark) is also useful.
    I'm not an expert on all these questions, but I cannott resist the temptation to give an answer to each of them.

  • What skills are needed to manage Exalogic?

    Hi there
    Please let me know if I should be directing this question to another Forum and which Forum it should be.
    We are thinking of purchasing Exalogic with a view to having a private Cloud.
    What skills are needed or teams in order to manage Exalogic in-house?
    I've used google but not really found the answers other than a couple of Oracle docs which suggest sys admins teams, network teams, etc could all have a hand in the management as they currently exist.
    However, Management are wondering if a new team needs to be formed and what skills that team should have.
    As we already have Exadata under the DBA team they are wondering if the skills the DBAs have will also apply for Exalogic.
    Thanks.

    Others are welcome to jump in!
    Thanks and stay tuned to for results next week<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/technology">The Technology HomePage</a> for tally and scores

  • Hi good morning, I'm from malaysia, can I use apple education package my wife is a teacher, I'm interested for mac 13 inch water for her I be able to buy used apple education package how and what documents are needed

    hi good morning,
    I'm from malaysia,
    can I use apple education package
    my wife is a teacher,
    I'm interested for mac 13 inch water for her
    I be able to buy used apple education package
    how and what documents are needed

    You will need to contact th Apple Store. This is a user to user forum.
    http://www.apple.com/contact/
    http://store.apple.com/us-hed

  • I want to use SKYPE... what mike do I need & what Prefs are needed?

    My G4 has a mike input plug ... But the mike I was using on my old Graphite sys will not fit.
    Can anyone recommend a mike to use for SKYPE on my machine and please explain what Sys prefs are needed?
    Thanks in advance.
    Jim B

    You didn't say what kind of G4 you had, but bear in mind some Macs have a mic-level input and others have a line-level input. Those with the latter (eg the latest G5 dual core Macs) don't pick up enough sound from a normal microphone without an amplifier. It's confusing because both inputs use a 3.5 mm headphone style plug and they look identical.
    So if you're buying a headset that you might want to use if/when you change Macs, USB is the way to go.
    I use the Logitech 350 USB headset and avoid the mic input altogether. It's best to use a headset rather than a mic, because the incoming audio from your caller won't 'feed back' into your microphone. You can use non-usb headsets coupled with Griffin's iMic USB adaptor as well, but that's an expensive solution.
    Hope that helps.

  • How to find what archivelogs are needed for recovery

    From Hemants sir's blog:
    http://hemantoracledba.blogspot.com/2010/03/misinterpreting-restore-database.html
    "You can query V$ARCHIVED_LOG for FIRST_CHANGE# and FIRST_TIME besides SEQUENCE#. That way, you can match SCN (FIRST_CHANGE#), Time and Sequence to determine which ArchiveLogs are need. The RMAN LIST BACKUP command shows you the Checkpoint SCN for all datafiles in a backup, so you need ArchiveLogs from the point of the earliest Checkpoint SCN in that backup set."
    How can i find the earliest checkpoint SCN from the backupsets?
    Any queries to find the earliest SCN in backupset(RC views)?
    Edited by: user9097501 on Aug 10, 2010 6:38 AM

    If i have to refresh the database from the backup of 9-AUG so the earliest SCN from where recovery would be needed is 60279026593 ?
    RMAN> list backup of datafile 1;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43210 Incr 0 13.25G DISK 03:55:03 25-DEC-2009 15:52
    List of Datafiles in backup set 43210
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 46646244284 25-DEC-2009 11:57 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43210
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:55:03 25-DEC-2009 15:51 YES FORCLONE
    List of Backup Pieces for backup set 43210 Copy #1
    BP Key Pc# Status Piece Name
    51423 1 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_1.bak
    51424 2 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_2.bak
    51425 3 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_3.bak
    51426 4 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_4.bak
    51427 5 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_5.bak
    51428 6 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_6.bak
    51429 7 AVAILABLE /backup/bkup_for_clone_GOCPRD_20091225_44019_7.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43367 Incr 0 15.33G DISK 03:39:25 19-FEB-2010 23:43
    List of Datafiles in backup set 43367
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 49260361949 19-FEB-2010 20:03 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43367
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:39:25 19-FEB-2010 23:42 YES FORCLONE
    List of Backup Pieces for backup set 43367 Copy #1
    BP Key Pc# Status Piece Name
    51819 1 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_1.bak
    51820 2 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_2.bak
    51821 3 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_3.bak
    51822 4 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_4.bak
    51823 5 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_5.bak
    51824 6 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_6.bak
    51825 7 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_7.bak
    51826 8 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/na1stg/bkup_for_clone_GOCPRD_20100219_44170_8.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43518 Incr 0 13.70G DISK 04:26:50 03-APR-2010 12:12
    List of Datafiles in backup set 43518
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 51275194891 03-APR-2010 07:46 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43518
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 04:26:50 03-APR-2010 12:12 YES FORCLONE
    List of Backup Pieces for backup set 43518 Copy #1
    BP Key Pc# Status Piece Name
    52481 1 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_1.bak
    52482 2 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_2.bak
    52483 3 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_3.bak
    52484 4 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_4.bak
    52485 5 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_5.bak
    52486 6 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_6.bak
    52487 7 EXPIRED /dnbusr1/dnbinas/dnbi_clone/backup/GOCPRD/bkup_for_clone_GOCPRD_20100403_44346_7.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43599 Incr 0 16.56G DISK 04:36:51 11-APR-2010 03:35
    List of Datafiles in backup set 43599
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 51583056741 10-APR-2010 22:58 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43599
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 04:36:51 11-APR-2010 03:35 YES FORCLONE
    List of Backup Pieces for backup set 43599 Copy #1
    BP Key Pc# Status Piece Name
    52841 1 EXPIRED /backup/bkup_for_clone_GOCPRD_20100410_44440_1.bak
    52842 2 EXPIRED /backup/bkup_for_clone_GOCPRD_20100410_44440_2.bak
    52843 3 EXPIRED /backup/bkup_for_clone_GOCPRD_20100410_44440_3.bak
    52844 4 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_4.bak
    52845 5 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_5.bak
    52846 6 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_6.bak
    52847 7 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_7.bak
    52848 8 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_8.bak
    52849 9 EXPIRED /backup/bkup_for_clone_GOCPRD_20100411_44440_9.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43637 Incr 0 16.37G DISK 05:13:41 18-APR-2010 04:09
    Keep: LOGS Until: FOREVER
    List of Datafiles in backup set 43637
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 51953576598 17-APR-2010 22:56 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43637
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 05:13:41 18-APR-2010 04:09 YES FORCLONE_17APR
    List of Backup Pieces for backup set 43637 Copy #1
    BP Key Pc# Status Piece Name
    53112 1 EXPIRED /backup/bkup_for_clone_GOCPRD_20100417_44486_1.bak
    53113 2 EXPIRED /backup/bkup_for_clone_GOCPRD_20100417_44486_2.bak
    53114 3 EXPIRED /backup/bkup_for_clone_GOCPRD_20100417_44486_3.bak
    53115 4 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_4.bak
    53116 5 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_5.bak
    53117 6 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_6.bak
    53118 7 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_7.bak
    53119 8 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_8.bak
    53120 9 EXPIRED /backup/bkup_for_clone_GOCPRD_20100418_44486_9.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43773 Incr 0 18.31G DISK 03:45:59 27-JUN-2010 16:23
    List of Datafiles in backup set 43773
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 58235899541 27-JUN-2010 12:37 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43773
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:45:59 27-JUN-2010 16:23 YES FOR_DUP
    List of Backup Pieces for backup set 43773 Copy #1
    BP Key Pc# Status Piece Name
    53784 1 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_1.bak
    53785 2 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_2.bak
    53786 3 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_3.bak
    53787 4 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_4.bak
    53788 5 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_5.bak
    53789 6 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_6.bak
    53790 7 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_7.bak
    53791 8 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_8.bak
    53792 9 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_9.bak
    53793 10 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100627_44623_10.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    43964 Incr 0 10.59G DISK 03:17:50 05-AUG-2010 03:05
    List of Datafiles in backup set 43964
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 60108165915 04-AUG-2010 23:47 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 43964
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 03:17:50 05-AUG-2010 03:05 YES FOR_DUP
    List of Backup Pieces for backup set 43964 Copy #1
    BP Key Pc# Status Piece Name
    54470 1 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100804_44966_1.bak
    54471 2 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_2.bak
    54472 3 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_3.bak
    54473 4 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_4.bak
    54474 5 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_5.bak
    54475 6 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100805_44966_6.bak
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    44020 Incr 0 19.75G DISK 04:13:42 09-AUG-2010 03:15
    List of Datafiles in backup set 44020
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 60279026593 08-AUG-2010 23:01 +DBDATA/dnbib/datafile/system.455.675750017
    Backup Set Copy #1 of backup set 44020
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 04:13:42 09-AUG-2010 03:15 YES FOR_DUP
    List of Backup Pieces for backup set 44020 Copy #1
    BP Key Pc# Status Piece Name
    54990 1 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_1.bak
    54991 2 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_2.bak
    54992 3 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_3.bak
    54993 4 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100808_45009_4.bak
    54994 5 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_5.bak
    54995 6 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_6.bak
    54996 7 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_7.bak
    54997 8 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_8.bak
    54998 9 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_9.bak
    54999 10 AVAILABLE /backup/bkup_for_dup_GOCPRD_20100809_45009_10.bak
    RMAN>

  • What fonts are needed in Safari

    Some websites have type in certain areas that looks like symbol or greek. I found some suggestions by other writers but no one said what fonts I need to view webpages correctly. This problem is recent and I may have a conflict with other fonts that I'm using.
    Maybe I haven't removed enough. Can someone tell me what stays and what goes and where to eliminate, like which library? I'm running Tiger 10.4.2.

    The fonts to eliminate for sure are Helvetica Fractions and Times Phonetic, and all similar. Conflicting fonts are almost always located in Users/username/Library/Fonts (Apple doesn't put any there). The list is at
    http://docs.info.apple.com/article.html?artnum=301332

  • What programs are needed to build facebook games?

    I want to build a facebook game similar to Monster Legends.   It will have turn based pvp, leader boards, guilds, leveling, rankings, quests, various currencies, teams, jobs/professions, vendors, story modes, customizable characters, customizable skill sets, skill trees, various drop rates eg. low and high chances of certain items dropping from kills.    What programs are required to create a game like this?   Can it be done using only Adobe products?

    omorfidesign wrote:
    I want to build a facebook game similar to Monster Legends.   It will have turn based pvp, leader boards, guilds, leveling, rankings, quests, various currencies, teams, jobs/professions, vendors, story modes, customizable characters, customizable skill sets, skill trees, various drop rates eg. low and high chances of certain items dropping from kills.    What programs are required to create a game like this?   Can it be done using only Adobe products?
    Have you ever developed a game before? I only ask because there is a lot involved in doing so and you listed a long list of features you wish to accomplish. The game you mentioned was developed by Social Point, most of their games are for Facebook as well as a few for iOS, you can begin to see some of the technologies they leverage by looking at their job openings. They mention things such as: Illustrator, Flash, C++, Lua, Java, Air, Actionscript, MySQL, Apache, PHP, Python, PHP, Ruby, etc., and no doubt more is involved as well.
    As you can see a lot goes in to games such as these. If you wish to try and leverage Flash you would need to learn and become very proficient with AS3 if you are not already familiar with it, you would also need to also know or learn backend technologies for your leader boards, etc., Again there is a lot involved with this type of development. Of course I am not trying to discourage you but want you to know the road ahead may involve a lot of learning as games themselves can be very sophisticated applications regarding development.
    Here are some resources for Flash that may get you started if thats the direction you wish to take:
    http://gaming.adobe.com/
    http://gaming.adobe.com/technologies/gamingsdk/
    http://gaming.adobe.com/technologies/flascc/
    http://www.adobe.com/devnet/games/articles/getting-started-with-facebooksdk-actionscript3. html
    http://www.adobe.com/devnet/flashplayer/stage3d.html
    There are other possible alternatives also besides Adobe products such as Corona SDK, etc..

  • What cables are needed to extend the range of my airport extreme with my time capsule

    I just purchased a new Time Capsule, and I want to install it and use my current Airport Extreme to extend our home's wireless network. What extra cables are needed, and is there a diagram for this setup? We currently have a broadband network.

    Apple's instructions to do this are here:
    http://support.apple.com/kb/HT4260
    You will need an Ethernet cable to connect your new Time Capsule to the AirPort Extreme.

Maybe you are looking for